Html Css Color HEX #C55A19 Chocolate

📋 copy color: '#C55A19'

red 197 ◦ green 90 ◦ blue 25

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

Shades of Chocolate #C55A19

Tints of Chocolate #C55A19

RGB

 RED value IS 197 (77.34% from 255) = 63.14%

 GREEN value IS 90 (35.55% from 255) = 28.85%

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 63.14%
G = 28.85%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C55A19 (or 0xC55A19) is known color: Chocolate. HEX triplet: C5, 5A and 19. RGB value is (197,90,25). Sum of RGB (Red+Green+Blue) = 197+90+25=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55A19 is #3AA5E6. Grayscale: #727272. Windows color (decimal): -3843559 or 1661637. OLE color: 1661637.

HSL color Cylindrical-coordinate representation of color #C55A19: hue angle of 22.67º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C55A19 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 25 -
CMYK 0 0.54 0.87 0.23
HSL 22.67º 0.77% 0.44% -
HSV(B) 22.67º 0.87% 0.77% -
XYZ 26.86 19.25 3.22 -
YUV 114.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 197 90 25 0 0.54 0.87 0.23 22.67 0.77 0.44
Hex C5 5A 19 0 36 57 17 17 4D 2C
Octal 305 132 31 0 66 127 27 27 115 54
Binary 11000101 1011010 11001 0 110110 1010111 10111 10111 1001101 101100

Color Harmonies of #C55A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A19

Black with #C55A19

Text Example


Text Example

White with #C55A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A19; }

 p { color: rgb(197,90,25); }

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

background-color css

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

 a { background-color: rgb(197,90,25); }

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

border-color css

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

 span { border-color: rgb(197,90,25); }

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