#C19B5E

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

Shades of Barley Corn #C19B5E

Tints of Barley Corn #C19B5E

Color information

#C19B5E (or 0xC19B5E) is unknown color: approx Barley Corn. HEX triplet: C1, 9B and 5E. RGB value is (193,155,94). Sum of RGB (Red+Green+Blue) = 193+155+94=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B5E is #3E64A1. Grayscale: #9F9F9F. Windows color (decimal): -4088994 or 6200257. OLE color: 6200257.

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

Color convert

RGB19315594-
CMYK00.200.510.24
HSL36.97º44.39%56.27%-
HSV(B)36.97º51.3%75.69%-
XYZ35.7335.5915.58-
YUV159.4191.09151.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.67%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 94 (37.11% from 255) = 21.27%
R=43.67%
G=35.07%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931559400.200.510.2436.9744.3956.27
HexC19B5E0143318252c38
Octal3012331360246330455470
Binary1100000110011011101111001010011001111000100101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19B5E; }

 p { color: rgb(193,155,94); }

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

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

 a { background-color: rgb(193,155,94); }

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

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

 span { border-color: rgb(193,155,94); }

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