Html Css Color HEX #CA5D17 Chocolate

📋 copy color: '#CA5D17'

red 202 ◦ green 93 ◦ blue 23

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

Shades of Chocolate #CA5D17

Tints of Chocolate #CA5D17

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.25%

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

R = 63.52%
G = 29.25%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA5D17 (or 0xCA5D17) is known color: Chocolate. HEX triplet: CA, 5D and 17. RGB value is (202,93,23). Sum of RGB (Red+Green+Blue) = 202+93+23=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5D17 is #35A2E8. Grayscale: #767676. Windows color (decimal): -3515113 or 1531338. OLE color: 1531338.

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

Color convert

RGB 202 93 23 -
CMYK 0 0.54 0.89 0.21
HSL 23.46º 0.8% 0.44% -
HSV(B) 23.46º 0.89% 0.79% -
XYZ 28.43 20.45 3.26 -
YUV 117.61 74.61 188.19 -
System Red Green Blue C M Y K H S L
Decimal 202 93 23 0 0.54 0.89 0.21 23.46 0.8 0.44
Hex CA 5D 17 0 36 59 15 17 50 2C
Octal 312 135 27 0 66 131 25 27 120 54
Binary 11001010 1011101 10111 0 110110 1011001 10101 10111 1010000 101100

Color Harmonies of #CA5D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D17

Black with #CA5D17

Text Example


Text Example

White with #CA5D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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