Html Css Color HEX #CA5E13 Chocolate

📋 copy color: '#CA5E13'

red 202 ◦ green 94 ◦ blue 19

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

Shades of Chocolate #CA5E13

Tints of Chocolate #CA5E13

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.84%

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 64.13%
G = 29.84%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA5E13 (or 0xCA5E13) is known color: Chocolate. HEX triplet: CA, 5E and 13. RGB value is (202,94,19). Sum of RGB (Red+Green+Blue) = 202+94+19=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E13 is #35A1EC. Grayscale: #767676. Windows color (decimal): -3514861 or 1269450. OLE color: 1269450.

HSL color Cylindrical-coordinate representation of color #CA5E13: hue angle of 24.59º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA5E13 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 94 19 -
CMYK 0 0.53 0.91 0.21
HSL 24.59º 0.83% 0.43% -
HSV(B) 24.59º 0.91% 0.79% -
XYZ 28.48 20.61 3.09 -
YUV 117.74 72.28 188.1 -
System Red Green Blue C M Y K H S L
Decimal 202 94 19 0 0.53 0.91 0.21 24.59 0.83 0.43
Hex CA 5E 13 0 35 5B 15 19 53 2B
Octal 312 136 23 0 65 133 25 31 123 53
Binary 11001010 1011110 10011 0 110101 1011011 10101 11001 1010011 101011

Color Harmonies of #CA5E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E13

Black with #CA5E13

Text Example


Text Example

White with #CA5E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E13; }

 p { color: rgb(202,94,19); }

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

background-color css

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

 a { background-color: rgb(202,94,19); }

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

border-color css

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

 span { border-color: rgb(202,94,19); }

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