Html Css Color HEX #C36314 Chocolate

📋 copy color: '#C36314'

red 195 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #C36314

Tints of Chocolate #C36314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

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

R = 62.1%
G = 31.53%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C36314 (or 0xC36314) is known color: Chocolate. HEX triplet: C3, 63 and 14. RGB value is (195,99,20). Sum of RGB (Red+Green+Blue) = 195+99+20=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C36314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36314 is #3C9CEB. Grayscale: #777777. Windows color (decimal): -3972332 or 1336259. OLE color: 1336259.

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

Color convert

RGB 195 99 20 -
CMYK 0 0.49 0.90 0.24
HSL 27.09º 0.81% 0.42% -
HSV(B) 27.09º 0.9% 0.76% -
XYZ 27.09 20.58 3.21 -
YUV 118.7 72.3 182.42 -
System Red Green Blue C M Y K H S L
Decimal 195 99 20 0 0.49 0.90 0.24 27.09 0.81 0.42
Hex C3 63 14 0 31 5A 18 1B 51 2A
Octal 303 143 24 0 61 132 30 33 121 52
Binary 11000011 1100011 10100 0 110001 1011010 11000 11011 1010001 101010

Color Harmonies of #C36314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36314

Black with #C36314

Text Example


Text Example

White with #C36314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36314; }

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

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

background-color css

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

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

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

border-color css

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

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

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