Html Css Color HEX #C16413 Chocolate

📋 copy color: '#C16413'

red 193 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #C16413

Tints of Chocolate #C16413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.05%

 BLUE value IS 19 (7.81% from 255) = 6.09%

R = 61.86%
G = 32.05%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C16413 (or 0xC16413) is known color: Chocolate. HEX triplet: C1, 64 and 13. RGB value is (193,100,19). Sum of RGB (Red+Green+Blue) = 193+100+19=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C16413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16413 is #3E9BEC. Grayscale: #767676. Windows color (decimal): -4103149 or 1270977. OLE color: 1270977.

HSL color Cylindrical-coordinate representation of color #C16413: hue angle of 27.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C16413 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 19 -
CMYK 0 0.48 0.90 0.24
HSL 27.93º 0.82% 0.42% -
HSV(B) 27.93º 0.9% 0.76% -
XYZ 26.67 20.5 3.17 -
YUV 118.57 71.81 181.09 -
System Red Green Blue C M Y K H S L
Decimal 193 100 19 0 0.48 0.90 0.24 27.93 0.82 0.42
Hex C1 64 13 0 30 5A 18 1C 52 2A
Octal 301 144 23 0 60 132 30 34 122 52
Binary 11000001 1100100 10011 0 110000 1011010 11000 11100 1010010 101010

Color Harmonies of #C16413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16413

Black with #C16413

Text Example


Text Example

White with #C16413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16413; }

 p { color: rgb(193,100,19); }

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

background-color css

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

 a { background-color: rgb(193,100,19); }

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

border-color css

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

 span { border-color: rgb(193,100,19); }

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