#CD836A

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

Shades of Burning Sand #CD836A

Tints of Burning Sand #CD836A

Color information

#CD836A (or 0xCD836A) is unknown color: approx Burning Sand. HEX triplet: CD, 83 and 6A. RGB value is (205,131,106). Sum of RGB (Red+Green+Blue) = 205+131+106=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD836A is #327C95. Grayscale: #969696. Windows color (decimal): -3308694 or 6980557. OLE color: 6980557.

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

Color convert

RGB205131106-
CMYK00.360.480.20
HSL15.15º49.75%60.98%-
HSV(B)15.15º48.29%80.39%-
XYZ35.8930.2517.58-
YUV150.28103.02167.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 131 (51.56% from 255) = 29.64%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=46.38%
G=29.64%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513110600.360.480.2015.1549.7560.98
HexCD836A0243014f323d
Octal3152031520446024176275
Binary110011011000001111010100100100110000101001111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD836A; }

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

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

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

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

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

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

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

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