#C09A5D

Color #C09A5D Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #C09A5D

Tints of Barley Corn #C09A5D

Color information

#C09A5D (or 0xC09A5D) is unknown color: approx Barley Corn. HEX triplet: C0, 9A and 5D. RGB value is (192,154,93). Sum of RGB (Red+Green+Blue) = 192+154+93=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A5D is #3F65A2. Grayscale: #9E9E9E. Windows color (decimal): -4154787 or 6134464. OLE color: 6134464.

HSL color Cylindrical-coordinate representation of color #C09A5D: hue angle of 36.97º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C09A5D is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19215493-
CMYK00.200.520.25
HSL36.97º44%55.88%-
HSV(B)36.97º51.56%75.29%-
XYZ35.2735.1115.27-
YUV158.4191.09151.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 154 (60.55% from 255) = 35.08%
BLUE value IS 93 (36.72% from 255) = 21.18%
R=43.74%
G=35.08%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921549300.200.520.2536.974455.88
HexC09A5D0143419252c38
Octal3002321350246431455470
Binary1100000010011010101110101010011010011001100101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A5D; }

 p { color: rgb(192,154,93); }

 H1.HeaderClassName
 {
   color: #C09A5D;
 }
 .AnyTagClassName
 {
   color: #C09A5D;
 }
</style>
background-color css

<style>
 a { background-color: #C09A5D; }

 a { background-color: rgb(192,154,93); }

 div.DivClassName
 {
   background-color: #C09A5D;
 }
 .BgClassName
 {
   background-color: #C09A5D;
 }
</style>
border-color css

<style>
 span { border-color: #C09A5D; }

 span { border-color: rgb(192,154,93); }

 td.TdClassName
 {
   border-color: #C09A5D;
 }
 .TagClassName
 {
   border-color: #C09A5D;
 }
</style>