Html Css Color HEX #C36214 Chocolate

📋 copy color: '#C36214'

red 195 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #C36214

Tints of Chocolate #C36214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 62.3%
G = 31.31%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C36214 (or 0xC36214) is known color: Chocolate. HEX triplet: C3, 62 and 14. RGB value is (195,98,20). Sum of RGB (Red+Green+Blue) = 195+98+20=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C36214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36214 is #3C9DEB. Grayscale: #767676. Windows color (decimal): -3972588 or 1336003. OLE color: 1336003.

HSL color Cylindrical-coordinate representation of color #C36214: hue angle of 26.74º degrees, saturation: 0.81, 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 #C36214 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 98 20 -
CMYK 0 0.50 0.90 0.24
HSL 26.74º 0.81% 0.42% -
HSV(B) 26.74º 0.9% 0.76% -
XYZ 27 20.39 3.17 -
YUV 118.11 72.64 182.84 -
System Red Green Blue C M Y K H S L
Decimal 195 98 20 0 0.50 0.90 0.24 26.74 0.81 0.42
Hex C3 62 14 0 32 5A 18 1B 51 2A
Octal 303 142 24 0 62 132 30 33 121 52
Binary 11000011 1100010 10100 0 110010 1011010 11000 11011 1010001 101010

Color Harmonies of #C36214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36214

Black with #C36214

Text Example


Text Example

White with #C36214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36214; }

 p { color: rgb(195,98,20); }

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

background-color css

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

 a { background-color: rgb(195,98,20); }

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

border-color css

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

 span { border-color: rgb(195,98,20); }

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