Html Css Color HEX #C36716 Chocolate

📋 copy color: '#C36716'

red 195 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #C36716

Tints of Chocolate #C36716

RGB

 RED value IS 195 (76.56% from 255) = 60.94%

 GREEN value IS 103 (40.63% from 255) = 32.19%

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

R = 60.94%
G = 32.19%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C36716 (or 0xC36716) is known color: Chocolate. HEX triplet: C3, 67 and 16. RGB value is (195,103,22). Sum of RGB (Red+Green+Blue) = 195+103+22=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C36716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36716 is #3C98E9. Grayscale: #797979. Windows color (decimal): -3971306 or 1468355. OLE color: 1468355.

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

Color convert

RGB 195 103 22 -
CMYK 0 0.47 0.89 0.24
HSL 28.09º 0.8% 0.43% -
HSV(B) 28.09º 0.89% 0.76% -
XYZ 27.5 21.36 3.43 -
YUV 121.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 195 103 22 0 0.47 0.89 0.24 28.09 0.8 0.43
Hex C3 67 16 0 2F 59 18 1C 50 2B
Octal 303 147 26 0 57 131 30 34 120 53
Binary 11000011 1100111 10110 0 101111 1011001 11000 11100 1010000 101011

Color Harmonies of #C36716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36716

Black with #C36716

Text Example


Text Example

White with #C36716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36716; }

 p { color: rgb(195,103,22); }

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

background-color css

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

 a { background-color: rgb(195,103,22); }

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

border-color css

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

 span { border-color: rgb(195,103,22); }

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