#C09C59

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

Shades of Barley Corn #C09C59

Tints of Barley Corn #C09C59

Color information

#C09C59 (or 0xC09C59) is unknown color: approx Barley Corn. HEX triplet: C0, 9C and 59. RGB value is (192,156,89). Sum of RGB (Red+Green+Blue) = 192+156+89=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C59 is #3F63A6. Grayscale: #9F9F9F. Windows color (decimal): -4154279 or 5872832. OLE color: 5872832.

HSL color Cylindrical-coordinate representation of color #C09C59: hue angle of 39.03º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C09C59 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19215689-
CMYK00.190.540.25
HSL39.03º44.98%55.1%-
HSV(B)39.03º53.65%75.29%-
XYZ35.4335.714.48-
YUV159.1388.43151.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 156 (61.33% from 255) = 35.70%
BLUE value IS 89 (35.16% from 255) = 20.37%
R=43.94%
G=35.70%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921568900.190.540.2539.0344.9855.1
HexC09C590133619272d37
Octal3002341310236631475567
Binary1100000010011100101100101001111011011001100111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09C59; }

 p { color: rgb(192,156,89); }

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

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

 a { background-color: rgb(192,156,89); }

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

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

 span { border-color: rgb(192,156,89); }

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