#CD5A14

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

Shades of Chocolate #CD5A14

Tints of Chocolate #CD5A14

Color information

#CD5A14 (or 0xCD5A14) is unknown color: approx Chocolate. HEX triplet: CD, 5A and 14. RGB value is (205,90,20). Sum of RGB (Red+Green+Blue) = 205+90+20=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5A14 is #32A5EB. Grayscale: #747474. Windows color (decimal): -3319276 or 1333965. OLE color: 1333965.

HSL color Cylindrical-coordinate representation of color #CD5A14: hue angle of 22.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD5A14 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB2059020-
CMYK00.560.900.20
HSL22.7º82.22%44.12%-
HSV(B)22.7º90.24%80.39%-
XYZ28.9620.343.06-
YUV116.473.6191.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 65.08%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 20 (8.20% from 255) = 6.35%
R=65.08%
G=28.57%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205902000.560.900.2022.782.2244.12
HexCD5A140385A1417522c
Octal31513224070132242712254
Binary110011011011010101000111000101101010100101111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5A14; }

 p { color: rgb(205,90,20); }

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

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

 a { background-color: rgb(205,90,20); }

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

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

 span { border-color: rgb(205,90,20); }

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