Html Css Color HEX #CA5E17 Chocolate

📋 copy color: '#CA5E17'

red 202 ◦ green 94 ◦ blue 23

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

Shades of Chocolate #CA5E17

Tints of Chocolate #CA5E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.21%

R = 63.32%
G = 29.47%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA5E17 (or 0xCA5E17) is known color: Chocolate. HEX triplet: CA, 5E and 17. RGB value is (202,94,23). Sum of RGB (Red+Green+Blue) = 202+94+23=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E17 is #35A1E8. Grayscale: #767676. Windows color (decimal): -3514857 or 1531594. OLE color: 1531594.

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

Color convert

RGB 202 94 23 -
CMYK 0 0.53 0.89 0.21
HSL 23.8º 0.8% 0.44% -
HSV(B) 23.8º 0.89% 0.79% -
XYZ 28.51 20.62 3.29 -
YUV 118.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 202 94 23 0 0.53 0.89 0.21 23.8 0.8 0.44
Hex CA 5E 17 0 35 59 15 18 50 2C
Octal 312 136 27 0 65 131 25 30 120 54
Binary 11001010 1011110 10111 0 110101 1011001 10101 11000 1010000 101100

Color Harmonies of #CA5E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E17

Black with #CA5E17

Text Example


Text Example

White with #CA5E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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