Html Css Color HEX #CA5915 Chocolate

📋 copy color: '#CA5915'

red 202 ◦ green 89 ◦ blue 21

#CA5915
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CA5915

Tints of Chocolate #CA5915

RGB

 RED value IS 202 (79.3% from 255) = 64.74%

 GREEN value IS 89 (35.16% from 255) = 28.53%

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 64.74%
G = 28.53%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA5915 (or 0xCA5915) is known color: Chocolate. HEX triplet: CA, 59 and 15. RGB value is (202,89,21). Sum of RGB (Red+Green+Blue) = 202+89+21=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5915 is #35A6EA. Grayscale: #737373. Windows color (decimal): -3516139 or 1399242. OLE color: 1399242.

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

Color convert

RGB 202 89 21 -
CMYK 0 0.56 0.90 0.21
HSL 22.54º 0.81% 0.44% -
HSV(B) 22.54º 0.9% 0.79% -
XYZ 28.06 19.76 3.04 -
YUV 115.04 74.94 190.03 -
System Red Green Blue C M Y K H S L
Decimal 202 89 21 0 0.56 0.90 0.21 22.54 0.81 0.44
Hex CA 59 15 0 38 5A 15 17 51 2C
Octal 312 131 25 0 70 132 25 27 121 54
Binary 11001010 1011001 10101 0 111000 1011010 10101 10111 1010001 101100

Color Harmonies of #CA5915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5915

Black with #CA5915

Text Example


Text Example

White with #CA5915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5915; }

 p { color: rgb(202,89,21); }

 H1.HeaderClassName
 {
   color: #CA5915;
 }
 .AnyTagClassName
 {
   color: #CA5915;
 }
</style>

background-color css

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

 a { background-color: rgb(202,89,21); }

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

border-color css

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

 span { border-color: rgb(202,89,21); }

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