#CA6821

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

Shades of Chocolate #CA6821

Tints of Chocolate #CA6821

Color information

#CA6821 (or 0xCA6821) is unknown color: approx Chocolate. HEX triplet: CA, 68 and 21. RGB value is (202,104,33). Sum of RGB (Red+Green+Blue) = 202+104+33=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6821 is #3597DE. Grayscale: #7D7D7D. Windows color (decimal): -3512287 or 2189514. OLE color: 2189514.

HSL color Cylindrical-coordinate representation of color #CA6821: hue angle of 25.21º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA6821 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB20210433-
CMYK00.490.840.21
HSL25.21º71.91%46.08%-
HSV(B)25.21º83.66%79.22%-
XYZ29.5822.574.24-
YUV125.2175.97182.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.59%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 33 (13.28% from 255) = 9.73%
R=59.59%
G=30.68%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021043300.490.840.2125.2171.9146.08
HexCA6821031541519482e
Octal31215041061124253111056
Binary1100101011010001000010110001101010010101110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6821; }

 p { color: rgb(202,104,33); }

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

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

 a { background-color: rgb(202,104,33); }

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

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

 span { border-color: rgb(202,104,33); }

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