Html Css Color HEX #CA5D1F Chocolate

📋 copy color: '#CA5D1F'

red 202 ◦ green 93 ◦ blue 31

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

Shades of Chocolate #CA5D1F

Tints of Chocolate #CA5D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 61.96%
G = 28.53%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA5D1F (or 0xCA5D1F) is known color: Chocolate. HEX triplet: CA, 5D and 1F. RGB value is (202,93,31). Sum of RGB (Red+Green+Blue) = 202+93+31=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5D1F is #35A2E0. Grayscale: #767676. Windows color (decimal): -3515105 or 2055626. OLE color: 2055626.

HSL color Cylindrical-coordinate representation of color #CA5D1F: hue angle of 21.75º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA5D1F is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 93 31 -
CMYK 0 0.54 0.85 0.21
HSL 21.75º 0.73% 0.46% -
HSV(B) 21.75º 0.85% 0.79% -
XYZ 28.52 20.48 3.75 -
YUV 118.52 78.61 187.54 -
System Red Green Blue C M Y K H S L
Decimal 202 93 31 0 0.54 0.85 0.21 21.75 0.73 0.46
Hex CA 5D 1F 0 36 55 15 16 49 2E
Octal 312 135 37 0 66 125 25 26 111 56
Binary 11001010 1011101 11111 0 110110 1010101 10101 10110 1001001 101110

Color Harmonies of #CA5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5D1F

Black with #CA5D1F

Text Example


Text Example

White with #CA5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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