Html Css Color HEX #CA5E14 Chocolate

📋 copy color: '#CA5E14'

red 202 ◦ green 94 ◦ blue 20

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

Shades of Chocolate #CA5E14

Tints of Chocolate #CA5E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.33%

R = 63.92%
G = 29.75%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA5E14 (or 0xCA5E14) is known color: Chocolate. HEX triplet: CA, 5E and 14. RGB value is (202,94,20). Sum of RGB (Red+Green+Blue) = 202+94+20=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E14 is #35A1EB. Grayscale: #767676. Windows color (decimal): -3514860 or 1334986. OLE color: 1334986.

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

Color convert

RGB 202 94 20 -
CMYK 0 0.53 0.90 0.21
HSL 24.4º 0.82% 0.44% -
HSV(B) 24.4º 0.9% 0.79% -
XYZ 28.49 20.61 3.14 -
YUV 117.86 72.78 188.02 -
System Red Green Blue C M Y K H S L
Decimal 202 94 20 0 0.53 0.90 0.21 24.4 0.82 0.44
Hex CA 5E 14 0 35 5A 15 18 52 2C
Octal 312 136 24 0 65 132 25 30 122 54
Binary 11001010 1011110 10100 0 110101 1011010 10101 11000 1010010 101100

Color Harmonies of #CA5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E14

Black with #CA5E14

Text Example


Text Example

White with #CA5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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