Html Css Color HEX #CA5319 Chocolate

📋 copy color: '#CA5319'

red 202 ◦ green 83 ◦ blue 25

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

Shades of Chocolate #CA5319

Tints of Chocolate #CA5319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 65.16%
G = 26.77%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA5319 (or 0xCA5319) is known color: Chocolate. HEX triplet: CA, 53 and 19. RGB value is (202,83,25). Sum of RGB (Red+Green+Blue) = 202+83+25=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5319 is #35ACE6. Grayscale: #707070. Windows color (decimal): -3517671 or 1659850. OLE color: 1659850.

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

Color convert

RGB 202 83 25 -
CMYK 0 0.59 0.88 0.21
HSL 19.66º 0.78% 0.45% -
HSV(B) 19.66º 0.88% 0.79% -
XYZ 27.63 18.81 3.09 -
YUV 111.97 78.92 192.22 -
System Red Green Blue C M Y K H S L
Decimal 202 83 25 0 0.59 0.88 0.21 19.66 0.78 0.45
Hex CA 53 19 0 3B 58 15 14 4E 2D
Octal 312 123 31 0 73 130 25 24 116 55
Binary 11001010 1010011 11001 0 111011 1011000 10101 10100 1001110 101101

Color Harmonies of #CA5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5319

Black with #CA5319

Text Example


Text Example

White with #CA5319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5319; }

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

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

background-color css

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

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

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

border-color css

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

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

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