#CD836F

Color #CD836F Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CD836F

Tints of Burning Sand #CD836F

Color information

#CD836F (or 0xCD836F) is unknown color: approx Burning Sand. HEX triplet: CD, 83 and 6F. RGB value is (205,131,111). Sum of RGB (Red+Green+Blue) = 205+131+111=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD836F is #327C90. Grayscale: #979797. Windows color (decimal): -3308689 or 7308237. OLE color: 7308237.

HSL color Cylindrical-coordinate representation of color #CD836F: hue angle of 12.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD836F is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205131111-
CMYK00.360.460.20
HSL12.77º48.45%61.96%-
HSV(B)12.77º45.85%80.39%-
XYZ36.1630.3618.99-
YUV150.85105.52166.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 131 (51.56% from 255) = 29.31%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=45.86%
G=29.31%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513111100.360.460.2012.7748.4561.96
HexCD836F0242E14d303e
Octal3152031570445624156076
Binary110011011000001111011110100100101110101001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD836F; }

 p { color: rgb(205,131,111); }

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

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

 a { background-color: rgb(205,131,111); }

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

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

 span { border-color: rgb(205,131,111); }

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