Html Css Color HEX #C55419 Chocolate

📋 copy color: '#C55419'

red 197 ◦ green 84 ◦ blue 25

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

Shades of Chocolate #C55419

Tints of Chocolate #C55419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 64.38%
G = 27.45%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C55419 (or 0xC55419) is known color: Chocolate. HEX triplet: C5, 54 and 19. RGB value is (197,84,25). Sum of RGB (Red+Green+Blue) = 197+84+25=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C55419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55419 is #3AABE6. Grayscale: #6F6F6F. Windows color (decimal): -3845095 or 1660101. OLE color: 1660101.

HSL color Cylindrical-coordinate representation of color #C55419: hue angle of 20.58º 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 #C55419 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 25 -
CMYK 0 0.57 0.87 0.23
HSL 20.58º 0.77% 0.44% -
HSV(B) 20.58º 0.87% 0.77% -
XYZ 26.37 18.28 3.06 -
YUV 111.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 197 84 25 0 0.57 0.87 0.23 20.58 0.77 0.44
Hex C5 54 19 0 39 57 17 15 4D 2C
Octal 305 124 31 0 71 127 27 25 115 54
Binary 11000101 1010100 11001 0 111001 1010111 10111 10101 1001101 101100

Color Harmonies of #C55419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55419

Black with #C55419

Text Example


Text Example

White with #C55419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55419; }

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

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

background-color css

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

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

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

border-color css

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

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

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