Html Css Color HEX #C15916 Chocolate

📋 copy color: '#C15916'

red 193 ◦ green 89 ◦ blue 22

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

Shades of Chocolate #C15916

Tints of Chocolate #C15916

RGB

 RED value IS 193 (75.78% from 255) = 63.49%

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

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 63.49%
G = 29.28%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C15916 (or 0xC15916) is known color: Chocolate. HEX triplet: C1, 59 and 16. RGB value is (193,89,22). Sum of RGB (Red+Green+Blue) = 193+89+22=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C15916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15916 is #3EA6E9. Grayscale: #707070. Windows color (decimal): -4105962 or 1464769. OLE color: 1464769.

HSL color Cylindrical-coordinate representation of color #C15916: hue angle of 23.51º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C15916 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 89 22 -
CMYK 0 0.54 0.89 0.24
HSL 23.51º 0.8% 0.42% -
HSV(B) 23.51º 0.89% 0.76% -
XYZ 25.71 18.54 2.98 -
YUV 112.46 76.96 185.45 -
System Red Green Blue C M Y K H S L
Decimal 193 89 22 0 0.54 0.89 0.24 23.51 0.8 0.42
Hex C1 59 16 0 36 59 18 18 50 2A
Octal 301 131 26 0 66 131 30 30 120 52
Binary 11000001 1011001 10110 0 110110 1011001 11000 11000 1010000 101010

Color Harmonies of #C15916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15916

Black with #C15916

Text Example


Text Example

White with #C15916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15916; }

 p { color: rgb(193,89,22); }

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

background-color css

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

 a { background-color: rgb(193,89,22); }

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

border-color css

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

 span { border-color: rgb(193,89,22); }

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