Html Css Color HEX #CA591D Chocolate

📋 copy color: '#CA591D'

red 202 ◦ green 89 ◦ blue 29

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

Shades of Chocolate #CA591D

Tints of Chocolate #CA591D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

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

R = 63.13%
G = 27.81%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#CA591D (or 0xCA591D) is known color: Chocolate. HEX triplet: CA, 59 and 1D. RGB value is (202,89,29). Sum of RGB (Red+Green+Blue) = 202+89+29=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA591D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA591D is #35A6E2. Grayscale: #747474. Windows color (decimal): -3516131 or 1923530. OLE color: 1923530.

HSL color Cylindrical-coordinate representation of color #CA591D: hue angle of 20.81º 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 #CA591D is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 89 29 -
CMYK 0 0.56 0.86 0.21
HSL 20.81º 0.75% 0.45% -
HSV(B) 20.81º 0.86% 0.79% -
XYZ 28.15 19.79 3.5 -
YUV 115.95 78.94 189.38 -
System Red Green Blue C M Y K H S L
Decimal 202 89 29 0 0.56 0.86 0.21 20.81 0.75 0.45
Hex CA 59 1D 0 38 56 15 15 4B 2D
Octal 312 131 35 0 70 126 25 25 113 55
Binary 11001010 1011001 11101 0 111000 1010110 10101 10101 1001011 101101

Color Harmonies of #CA591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA591D

Black with #CA591D

Text Example


Text Example

White with #CA591D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA591D; }

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

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

background-color css

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

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

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

border-color css

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

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

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