Html Css Color HEX #CA5E1A Chocolate

📋 copy color: '#CA5E1A'

red 202 ◦ green 94 ◦ blue 26

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

Shades of Chocolate #CA5E1A

Tints of Chocolate #CA5E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.07%

R = 62.73%
G = 29.19%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#CA5E1A (or 0xCA5E1A) is known color: Chocolate. HEX triplet: CA, 5E and 1A. RGB value is (202,94,26). Sum of RGB (Red+Green+Blue) = 202+94+26=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E1A is #35A1E5. Grayscale: #767676. Windows color (decimal): -3514854 or 1728202. OLE color: 1728202.

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

Color convert

RGB 202 94 26 -
CMYK 0 0.53 0.87 0.21
HSL 23.18º 0.77% 0.45% -
HSV(B) 23.18º 0.87% 0.79% -
XYZ 28.55 20.64 3.46 -
YUV 118.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 202 94 26 0 0.53 0.87 0.21 23.18 0.77 0.45
Hex CA 5E 1A 0 35 57 15 17 4D 2D
Octal 312 136 32 0 65 127 25 27 115 55
Binary 11001010 1011110 11010 0 110101 1010111 10101 10111 1001101 101101

Color Harmonies of #CA5E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E1A

Black with #CA5E1A

Text Example


Text Example

White with #CA5E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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