#CD5B14

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

Shades of Chocolate #CD5B14

Tints of Chocolate #CD5B14

Color information

#CD5B14 (or 0xCD5B14) is unknown color: approx Chocolate. HEX triplet: CD, 5B and 14. RGB value is (205,91,20). Sum of RGB (Red+Green+Blue) = 205+91+20=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5B14 is #32A4EB. Grayscale: #757575. Windows color (decimal): -3319020 or 1334221. OLE color: 1334221.

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

Color convert

RGB2059120-
CMYK00.560.900.20
HSL23.03º82.22%44.12%-
HSV(B)23.03º90.24%80.39%-
XYZ29.0420.513.09-
YUV116.9973.27190.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.87%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 20 (8.20% from 255) = 6.33%
R=64.87%
G=28.80%
B=6.33%

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
Decimal205912000.560.900.2023.0382.2244.12
HexCD5B140385A1417522c
Octal31513324070132242712254
Binary110011011011011101000111000101101010100101111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B14; }

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

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

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

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

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

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

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

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