#CD641A

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

Shades of Chocolate #CD641A

Tints of Chocolate #CD641A

Color information

#CD641A (or 0xCD641A) is unknown color: approx Chocolate. HEX triplet: CD, 64 and 1A. RGB value is (205,100,26). Sum of RGB (Red+Green+Blue) = 205+100+26=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD641A is #329BE5. Grayscale: #7B7B7B. Windows color (decimal): -3316710 or 1729741. OLE color: 1729741.

HSL color Cylindrical-coordinate representation of color #CD641A: hue angle of 24.8º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD641A is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB20510026-
CMYK00.510.870.20
HSL24.8º77.49%45.29%-
HSV(B)24.8º87.32%80.39%-
XYZ29.9222.173.68-
YUV122.9673.29186.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.93%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 26 (10.55% from 255) = 7.85%
R=61.93%
G=30.21%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051002600.510.870.2024.877.4945.29
HexCD641A0335714194d2d
Octal31514432063127243111555
Binary110011011100100110100110011101011110100110011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD641A; }

 p { color: rgb(205,100,26); }

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

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

 a { background-color: rgb(205,100,26); }

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

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

 span { border-color: rgb(205,100,26); }

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