#CBB5A4

Color #CBB5A4 Grain Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grain Brown #CBB5A4

Tints of Grain Brown #CBB5A4

Color information

#CBB5A4 (or 0xCBB5A4) is unknown color: approx Grain Brown. HEX triplet: CB, B5 and A4. RGB value is (203,181,164). Sum of RGB (Red+Green+Blue) = 203+181+164=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB5A4 is #344A5B. Grayscale: #B9B9B9. Windows color (decimal): -3426908 or 10794443. OLE color: 10794443.

HSL color Cylindrical-coordinate representation of color #CBB5A4: hue angle of 26.15º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBB5A4 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB203181164-
CMYK00.110.190.20
HSL26.15º27.27%71.96%-
HSV(B)26.15º19.21%79.61%-
XYZ47.8548.4241.95-
YUV185.64115.79140.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 164 (64.45% from 255) = 29.93%
R=37.04%
G=33.03%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318116400.110.190.2026.1527.2771.96
HexCBB5A40B13141a1b48
Octal31326524401323243233110
Binary11001011101101011010010001011100111010011010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5A4; }

 p { color: rgb(203,181,164); }

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

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

 a { background-color: rgb(203,181,164); }

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

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

 span { border-color: rgb(203,181,164); }

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