Html Css Color HEX #C55C17 Chocolate

📋 copy color: '#C55C17'

red 197 ◦ green 92 ◦ blue 23

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

Shades of Chocolate #C55C17

Tints of Chocolate #C55C17

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 63.14%
G = 29.49%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C55C17 (or 0xC55C17) is known color: Chocolate. HEX triplet: C5, 5C and 17. RGB value is (197,92,23). Sum of RGB (Red+Green+Blue) = 197+92+23=312 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.14% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55C17 is #3AA3E8. Grayscale: #737373. Windows color (decimal): -3843049 or 1531077. OLE color: 1531077.

HSL color Cylindrical-coordinate representation of color #C55C17: hue angle of 23.79º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C55C17 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 92 23 -
CMYK 0 0.53 0.88 0.23
HSL 23.79º 0.79% 0.43% -
HSV(B) 23.79º 0.88% 0.77% -
XYZ 27.01 19.59 3.17 -
YUV 115.53 75.79 186.11 -
System Red Green Blue C M Y K H S L
Decimal 197 92 23 0 0.53 0.88 0.23 23.79 0.79 0.43
Hex C5 5C 17 0 35 58 17 18 4F 2B
Octal 305 134 27 0 65 130 27 30 117 53
Binary 11000101 1011100 10111 0 110101 1011000 10111 11000 1001111 101011

Color Harmonies of #C55C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C17

Black with #C55C17

Text Example


Text Example

White with #C55C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C17; }

 p { color: rgb(197,92,23); }

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

background-color css

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

 a { background-color: rgb(197,92,23); }

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

border-color css

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

 span { border-color: rgb(197,92,23); }

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