#CD6523

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

Shades of Chocolate #CD6523

Tints of Chocolate #CD6523

Color information

#CD6523 (or 0xCD6523) is unknown color: approx Chocolate. HEX triplet: CD, 65 and 23. RGB value is (205,101,35). Sum of RGB (Red+Green+Blue) = 205+101+35=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 35 (14.06% from 255 or 10.26% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6523 is #329ADC. Grayscale: #7C7C7C. Windows color (decimal): -3316445 or 2319821. OLE color: 2319821.

HSL color Cylindrical-coordinate representation of color #CD6523: hue angle of 23.29º 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 #CD6523 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB20510135-
CMYK00.510.830.20
HSL23.29º70.83%47.06%-
HSV(B)23.29º82.93%80.39%-
XYZ30.1322.414.33-
YUV124.5777.46185.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.12%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 35 (14.06% from 255) = 10.26%
R=60.12%
G=29.62%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051013500.510.830.2023.2970.8347.06
HexCD6523033531417472f
Octal31514543063123242710757
Binary1100110111001011000110110011101001110100101111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6523; }

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

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

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

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

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

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

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

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