Html Css Color HEX #CA5F24 Chocolate

📋 copy color: '#CA5F24'

red 202 ◦ green 95 ◦ blue 36

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

Shades of Chocolate #CA5F24

Tints of Chocolate #CA5F24

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 60.66%
G = 28.53%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA5F24 (or 0xCA5F24) is known color: Chocolate. HEX triplet: CA, 5F and 24. RGB value is (202,95,36). Sum of RGB (Red+Green+Blue) = 202+95+36=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5F24 is #35A0DB. Grayscale: #787878. Windows color (decimal): -3514588 or 2383818. OLE color: 2383818.

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

Color convert

RGB 202 95 36 -
CMYK 0 0.53 0.82 0.21
HSL 21.33º 0.7% 0.47% -
HSV(B) 21.33º 0.82% 0.79% -
XYZ 28.77 20.87 4.18 -
YUV 120.27 80.45 186.3 -
System Red Green Blue C M Y K H S L
Decimal 202 95 36 0 0.53 0.82 0.21 21.33 0.7 0.47
Hex CA 5F 24 0 35 52 15 15 46 2F
Octal 312 137 44 0 65 122 25 25 106 57
Binary 11001010 1011111 100100 0 110101 1010010 10101 10101 1000110 101111

Color Harmonies of #CA5F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5F24

Black with #CA5F24

Text Example


Text Example

White with #CA5F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5F24; }

 p { color: rgb(202,95,36); }

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

background-color css

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

 a { background-color: rgb(202,95,36); }

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

border-color css

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

 span { border-color: rgb(202,95,36); }

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