Html Css Color HEX #CA5418 Chocolate

📋 copy color: '#CA5418'

red 202 ◦ green 84 ◦ blue 24

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

Shades of Chocolate #CA5418

Tints of Chocolate #CA5418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 65.16%
G = 27.1%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA5418 (or 0xCA5418) is known color: Chocolate. HEX triplet: CA, 54 and 18. RGB value is (202,84,24). Sum of RGB (Red+Green+Blue) = 202+84+24=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5418 is #35ABE7. Grayscale: #707070. Windows color (decimal): -3517416 or 1594570. OLE color: 1594570.

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

Color convert

RGB 202 84 24 -
CMYK 0 0.58 0.88 0.21
HSL 20.22º 0.79% 0.44% -
HSV(B) 20.22º 0.88% 0.79% -
XYZ 27.69 18.96 3.06 -
YUV 112.44 78.09 191.88 -
System Red Green Blue C M Y K H S L
Decimal 202 84 24 0 0.58 0.88 0.21 20.22 0.79 0.44
Hex CA 54 18 0 3A 58 15 14 4F 2C
Octal 312 124 30 0 72 130 25 24 117 54
Binary 11001010 1010100 11000 0 111010 1011000 10101 10100 1001111 101100

Color Harmonies of #CA5418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5418

Black with #CA5418

Text Example


Text Example

White with #CA5418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5418; }

 p { color: rgb(202,84,24); }

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

background-color css

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

 a { background-color: rgb(202,84,24); }

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

border-color css

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

 span { border-color: rgb(202,84,24); }

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