#C09A5C

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

Shades of Barley Corn #C09A5C

Tints of Barley Corn #C09A5C

Color information

#C09A5C (or 0xC09A5C) is unknown color: approx Barley Corn. HEX triplet: C0, 9A and 5C. RGB value is (192,154,92). Sum of RGB (Red+Green+Blue) = 192+154+92=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A5C is #3F65A3. Grayscale: #9E9E9E. Windows color (decimal): -4154788 or 6068928. OLE color: 6068928.

HSL color Cylindrical-coordinate representation of color #C09A5C: hue angle of 37.2º 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 #C09A5C is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19215492-
CMYK00.200.520.25
HSL37.2º44.25%55.69%-
HSV(B)37.2º52.08%75.29%-
XYZ35.2335.0915.04-
YUV158.2990.59152.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 92 (36.33% from 255) = 21.00%
R=43.84%
G=35.16%
B=21.00%

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
Decimal1921549200.200.520.2537.244.2555.69
HexC09A5C0143419252c38
Octal3002321340246431455470
Binary1100000010011010101110001010011010011001100101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09A5C; }

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

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

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

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

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

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

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

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