Html Css Color HEX #C55F19 Chocolate

📋 copy color: '#C55F19'

red 197 ◦ green 95 ◦ blue 25

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

Shades of Chocolate #C55F19

Tints of Chocolate #C55F19

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.97%

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

R = 62.15%
G = 29.97%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C55F19 (or 0xC55F19) is known color: Chocolate. HEX triplet: C5, 5F and 19. RGB value is (197,95,25). Sum of RGB (Red+Green+Blue) = 197+95+25=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55F19 is #3AA0E6. Grayscale: #757575. Windows color (decimal): -3842279 or 1662917. OLE color: 1662917.

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

Color convert

RGB 197 95 25 -
CMYK 0 0.52 0.87 0.23
HSL 24.42º 0.77% 0.44% -
HSV(B) 24.42º 0.87% 0.77% -
XYZ 27.29 20.12 3.37 -
YUV 117.52 75.79 184.69 -
System Red Green Blue C M Y K H S L
Decimal 197 95 25 0 0.52 0.87 0.23 24.42 0.77 0.44
Hex C5 5F 19 0 34 57 17 18 4D 2C
Octal 305 137 31 0 64 127 27 30 115 54
Binary 11000101 1011111 11001 0 110100 1010111 10111 11000 1001101 101100

Color Harmonies of #C55F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F19

Black with #C55F19

Text Example


Text Example

White with #C55F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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