Html Css Color HEX #C55915 Chocolate

📋 copy color: '#C55915'

red 197 ◦ green 89 ◦ blue 21

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

Shades of Chocolate #C55915

Tints of Chocolate #C55915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.84%

R = 64.17%
G = 28.99%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C55915 (or 0xC55915) is known color: Chocolate. HEX triplet: C5, 59 and 15. RGB value is (197,89,21). Sum of RGB (Red+Green+Blue) = 197+89+21=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C55915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55915 is #3AA6EA. Grayscale: #717171. Windows color (decimal): -3843819 or 1399237. OLE color: 1399237.

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

Color convert

RGB 197 89 21 -
CMYK 0 0.55 0.89 0.23
HSL 23.18º 0.81% 0.43% -
HSV(B) 23.18º 0.89% 0.77% -
XYZ 26.73 19.07 2.98 -
YUV 113.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 197 89 21 0 0.55 0.89 0.23 23.18 0.81 0.43
Hex C5 59 15 0 37 59 17 17 51 2B
Octal 305 131 25 0 67 131 27 27 121 53
Binary 11000101 1011001 10101 0 110111 1011001 10111 10111 1010001 101011

Color Harmonies of #C55915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55915

Black with #C55915

Text Example


Text Example

White with #C55915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55915; }

 p { color: rgb(197,89,21); }

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

background-color css

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

 a { background-color: rgb(197,89,21); }

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

border-color css

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

 span { border-color: rgb(197,89,21); }

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