Html Css Color HEX #CA5E1D Chocolate

📋 copy color: '#CA5E1D'

red 202 ◦ green 94 ◦ blue 29

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

Shades of Chocolate #CA5E1D

Tints of Chocolate #CA5E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 62.15%
G = 28.92%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA5E1D (or 0xCA5E1D) is known color: Chocolate. HEX triplet: CA, 5E and 1D. RGB value is (202,94,29). Sum of RGB (Red+Green+Blue) = 202+94+29=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E1D is #35A1E2. Grayscale: #777777. Windows color (decimal): -3514851 or 1924810. OLE color: 1924810.

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

Color convert

RGB 202 94 29 -
CMYK 0 0.53 0.86 0.21
HSL 22.54º 0.75% 0.45% -
HSV(B) 22.54º 0.86% 0.79% -
XYZ 28.58 20.65 3.64 -
YUV 118.88 77.28 187.29 -
System Red Green Blue C M Y K H S L
Decimal 202 94 29 0 0.53 0.86 0.21 22.54 0.75 0.45
Hex CA 5E 1D 0 35 56 15 17 4B 2D
Octal 312 136 35 0 65 126 25 27 113 55
Binary 11001010 1011110 11101 0 110101 1010110 10101 10111 1001011 101101

Color Harmonies of #CA5E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E1D

Black with #CA5E1D

Text Example


Text Example

White with #CA5E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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