#CD5E23

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

Shades of Chocolate #CD5E23

Tints of Chocolate #CD5E23

Color information

#CD5E23 (or 0xCD5E23) is unknown color: approx Chocolate. HEX triplet: CD, 5E and 23. RGB value is (205,94,35). Sum of RGB (Red+Green+Blue) = 205+94+35=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5E23 is #32A1DC. Grayscale: #787878. Windows color (decimal): -3318237 or 2318029. OLE color: 2318029.

HSL color Cylindrical-coordinate representation of color #CD5E23: hue angle of 20.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD5E23 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB2059435-
CMYK00.540.830.20
HSL20.82º70.83%47.06%-
HSV(B)20.82º82.93%80.39%-
XYZ29.4821.114.11-
YUV120.4679.77188.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.38%
GREEN value IS 94 (37.11% from 255) = 28.14%
BLUE value IS 35 (14.06% from 255) = 10.48%
R=61.38%
G=28.14%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205943500.540.830.2020.8270.8347.06
HexCD5E23036531415472f
Octal31513643066123242510757
Binary1100110110111101000110110110101001110100101011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5E23; }

 p { color: rgb(205,94,35); }

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

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

 a { background-color: rgb(205,94,35); }

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

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

 span { border-color: rgb(205,94,35); }

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