Html Css Color HEX #CA5919 Chocolate

📋 copy color: '#CA5919'

red 202 ◦ green 89 ◦ blue 25

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

Shades of Chocolate #CA5919

Tints of Chocolate #CA5919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.91%

R = 63.92%
G = 28.16%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA5919 (or 0xCA5919) is known color: Chocolate. HEX triplet: CA, 59 and 19. RGB value is (202,89,25). Sum of RGB (Red+Green+Blue) = 202+89+25=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5919 is #35A6E6. Grayscale: #737373. Windows color (decimal): -3516135 or 1661386. OLE color: 1661386.

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

Color convert

RGB 202 89 25 -
CMYK 0 0.56 0.88 0.21
HSL 21.69º 0.78% 0.45% -
HSV(B) 21.69º 0.88% 0.79% -
XYZ 28.1 19.77 3.25 -
YUV 115.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 202 89 25 0 0.56 0.88 0.21 21.69 0.78 0.45
Hex CA 59 19 0 38 58 15 16 4E 2D
Octal 312 131 31 0 70 130 25 26 116 55
Binary 11001010 1011001 11001 0 111000 1011000 10101 10110 1001110 101101

Color Harmonies of #CA5919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5919

Black with #CA5919

Text Example


Text Example

White with #CA5919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5919; }

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

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

background-color css

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

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

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

border-color css

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

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

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