#CDB9A3

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

Shades of Grain Brown #CDB9A3

Tints of Grain Brown #CDB9A3

Color information

#CDB9A3 (or 0xCDB9A3) is unknown color: approx Grain Brown. HEX triplet: CD, B9 and A3. RGB value is (205,185,163). Sum of RGB (Red+Green+Blue) = 205+185+163=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 163 (64.06% from 255 or 29.48% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB9A3 is #32465C. Grayscale: #BCBCBC. Windows color (decimal): -3294813 or 10729933. OLE color: 10729933.

HSL color Cylindrical-coordinate representation of color #CDB9A3: hue angle of 31.43º degrees, saturation: 0.3, 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 #CDB9A3 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB205185163-
CMYK00.100.200.20
HSL31.43º29.58%72.16%-
HSV(B)31.43º20.49%80.39%-
XYZ49.1450.3241.77-
YUV188.47113.63139.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 185 (72.66% from 255) = 33.45%
BLUE value IS 163 (64.06% from 255) = 29.48%
R=37.07%
G=33.45%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518516300.100.200.2031.4329.5872.16
HexCDB9A30A14141f1e48
Octal31527124301224243736110
Binary11001101101110011010001101010101001010011111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9A3; }

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

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

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

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

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

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

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

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