#CA6721

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

Shades of Chocolate #CA6721

Tints of Chocolate #CA6721

Color information

#CA6721 (or 0xCA6721) is unknown color: approx Chocolate. HEX triplet: CA, 67 and 21. RGB value is (202,103,33). Sum of RGB (Red+Green+Blue) = 202+103+33=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6721 is #3598DE. Grayscale: #7C7C7C. Windows color (decimal): -3512543 or 2189258. OLE color: 2189258.

HSL color Cylindrical-coordinate representation of color #CA6721: hue angle of 24.85º 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 #CA6721 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB20210333-
CMYK00.490.840.21
HSL24.85º71.91%46.08%-
HSV(B)24.85º83.66%79.22%-
XYZ29.4822.374.2-
YUV124.6276.3183.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.76%
GREEN value IS 103 (40.62% from 255) = 30.47%
BLUE value IS 33 (13.28% from 255) = 9.76%
R=59.76%
G=30.47%
B=9.76%

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
Decimal2021033300.490.840.2124.8571.9146.08
HexCA6721031541519482e
Octal31214741061124253111056
Binary1100101011001111000010110001101010010101110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6721; }

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

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

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

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

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

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

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

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