Html Css Color HEX #C16217 Chocolate

📋 copy color: '#C16217'

red 193 ◦ green 98 ◦ blue 23

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

Shades of Chocolate #C16217

Tints of Chocolate #C16217

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 61.46%
G = 31.21%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C16217 (or 0xC16217) is known color: Chocolate. HEX triplet: C1, 62 and 17. RGB value is (193,98,23). Sum of RGB (Red+Green+Blue) = 193+98+23=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C16217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16217 is #3E9DE8. Grayscale: #767676. Windows color (decimal): -4103657 or 1532609. OLE color: 1532609.

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

Color convert

RGB 193 98 23 -
CMYK 0 0.49 0.88 0.24
HSL 26.47º 0.79% 0.42% -
HSV(B) 26.47º 0.88% 0.76% -
XYZ 26.51 20.13 3.3 -
YUV 117.86 74.47 181.6 -
System Red Green Blue C M Y K H S L
Decimal 193 98 23 0 0.49 0.88 0.24 26.47 0.79 0.42
Hex C1 62 17 0 31 58 18 1A 4F 2A
Octal 301 142 27 0 61 130 30 32 117 52
Binary 11000001 1100010 10111 0 110001 1011000 11000 11010 1001111 101010

Color Harmonies of #C16217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16217

Black with #C16217

Text Example


Text Example

White with #C16217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16217; }

 p { color: rgb(193,98,23); }

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

background-color css

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

 a { background-color: rgb(193,98,23); }

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

border-color css

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

 span { border-color: rgb(193,98,23); }

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