#CBB89F

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

Shades of Grain Brown #CBB89F

Tints of Grain Brown #CBB89F

Color information

#CBB89F (or 0xCBB89F) is unknown color: approx Grain Brown. HEX triplet: CB, B8 and 9F. RGB value is (203,184,159). Sum of RGB (Red+Green+Blue) = 203+184+159=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB89F is #344760. Grayscale: #BABABA. Windows color (decimal): -3426145 or 10467531. OLE color: 10467531.

HSL color Cylindrical-coordinate representation of color #CBB89F: hue angle of 34.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB89F is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB203184159-
CMYK00.090.220.20
HSL34.09º29.73%70.98%-
HSV(B)34.09º21.67%79.61%-
XYZ48.0349.4839.82-
YUV186.83112.29139.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 184 (72.27% from 255) = 33.70%
BLUE value IS 159 (62.5% from 255) = 29.12%
R=37.18%
G=33.70%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318415900.090.220.2034.0929.7370.98
HexCBB89F091614221e47
Octal31327023701126244236107
Binary110010111011100010011111010011011010100100010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB89F; }

 p { color: rgb(203,184,159); }

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

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

 a { background-color: rgb(203,184,159); }

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

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

 span { border-color: rgb(203,184,159); }

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