Html Css Color HEX #C16517 Chocolate

📋 copy color: '#C16517'

red 193 ◦ green 101 ◦ blue 23

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

Shades of Chocolate #C16517

Tints of Chocolate #C16517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

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

R = 60.88%
G = 31.86%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C16517 (or 0xC16517) is known color: Chocolate. HEX triplet: C1, 65 and 17. RGB value is (193,101,23). Sum of RGB (Red+Green+Blue) = 193+101+23=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C16517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16517 is #3E9AE8. Grayscale: #787878. Windows color (decimal): -4102889 or 1533377. OLE color: 1533377.

HSL color Cylindrical-coordinate representation of color #C16517: hue angle of 27.53º 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 #C16517 is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 101 23 -
CMYK 0 0.48 0.88 0.24
HSL 27.53º 0.79% 0.42% -
HSV(B) 27.53º 0.88% 0.76% -
XYZ 26.8 20.71 3.39 -
YUV 119.62 73.48 180.34 -
System Red Green Blue C M Y K H S L
Decimal 193 101 23 0 0.48 0.88 0.24 27.53 0.79 0.42
Hex C1 65 17 0 30 58 18 1C 4F 2A
Octal 301 145 27 0 60 130 30 34 117 52
Binary 11000001 1100101 10111 0 110000 1011000 11000 11100 1001111 101010

Color Harmonies of #C16517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16517

Black with #C16517

Text Example


Text Example

White with #C16517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16517; }

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

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

background-color css

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

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

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

border-color css

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

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

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