Html Css Color HEX #CA5E23 Chocolate

📋 copy color: '#CA5E23'

red 202 ◦ green 94 ◦ blue 35

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

Shades of Chocolate #CA5E23

Tints of Chocolate #CA5E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.57%

R = 61.03%
G = 28.4%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA5E23 (or 0xCA5E23) is known color: Chocolate. HEX triplet: CA, 5E and 23. RGB value is (202,94,35). Sum of RGB (Red+Green+Blue) = 202+94+35=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E23 is #35A1DC. Grayscale: #777777. Windows color (decimal): -3514845 or 2318026. OLE color: 2318026.

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

Color convert

RGB 202 94 35 -
CMYK 0 0.53 0.83 0.21
HSL 21.2º 0.7% 0.46% -
HSV(B) 21.2º 0.83% 0.79% -
XYZ 28.66 20.68 4.07 -
YUV 119.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 202 94 35 0 0.53 0.83 0.21 21.2 0.7 0.46
Hex CA 5E 23 0 35 53 15 15 46 2E
Octal 312 136 43 0 65 123 25 25 106 56
Binary 11001010 1011110 100011 0 110101 1010011 10101 10101 1000110 101110

Color Harmonies of #CA5E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E23

Black with #CA5E23

Text Example


Text Example

White with #CA5E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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