#CDB9A4

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

Shades of Grain Brown #CDB9A4

Tints of Grain Brown #CDB9A4

Color information

#CDB9A4 (or 0xCDB9A4) is unknown color: approx Grain Brown. HEX triplet: CD, B9 and A4. RGB value is (205,185,164). Sum of RGB (Red+Green+Blue) = 205+185+164=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB9A4 is #32465B. Grayscale: #BCBCBC. Windows color (decimal): -3294812 or 10795469. OLE color: 10795469.

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

Color convert

RGB205185164-
CMYK00.100.20.20
HSL30.73º29.08%72.35%-
HSV(B)30.73º20%80.39%-
XYZ49.2350.3642.25-
YUV188.59114.13139.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 164 (64.45% from 255) = 29.60%
R=37.00%
G=33.39%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518516400.100.20.2030.7329.0872.35
HexCDB9A40A14141f1d48
Octal31527124401224243735110
Binary11001101101110011010010001010101001010011111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9A4; }

 p { color: rgb(205,185,164); }

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

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

 a { background-color: rgb(205,185,164); }

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

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

 span { border-color: rgb(205,185,164); }

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