#CD875C

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

Shades of Burning Sand #CD875C

Tints of Burning Sand #CD875C

Color information

#CD875C (or 0xCD875C) is unknown color: approx Burning Sand. HEX triplet: CD, 87 and 5C. RGB value is (205,135,92). Sum of RGB (Red+Green+Blue) = 205+135+92=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CD875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD875C is #3278A3. Grayscale: #979797. Windows color (decimal): -3307684 or 6064077. OLE color: 6064077.

HSL color Cylindrical-coordinate representation of color #CD875C: hue angle of 22.83º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD875C is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20513592-
CMYK00.340.550.20
HSL22.83º53.05%58.24%-
HSV(B)22.83º55.12%80.39%-
XYZ35.7731.0814.24-
YUV151.0394.69166.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=47.45%
G=31.25%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051359200.340.550.2022.8353.0558.24
HexCD875C022371417353a
Octal3152071340426724276572
Binary1100110110000111101110001000101101111010010111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD875C; }

 p { color: rgb(205,135,92); }

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

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

 a { background-color: rgb(205,135,92); }

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

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

 span { border-color: rgb(205,135,92); }

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