Html Css Color HEX #C36814 Chocolate

📋 copy color: '#C36814'

red 195 ◦ green 104 ◦ blue 20

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

Shades of Chocolate #C36814

Tints of Chocolate #C36814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.6%

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

R = 61.13%
G = 32.6%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C36814 (or 0xC36814) is known color: Chocolate. HEX triplet: C3, 68 and 14. RGB value is (195,104,20). Sum of RGB (Red+Green+Blue) = 195+104+20=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C36814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36814 is #3C97EB. Grayscale: #7A7A7A. Windows color (decimal): -3971052 or 1337539. OLE color: 1337539.

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

Color convert

RGB 195 104 20 -
CMYK 0 0.47 0.90 0.24
HSL 28.8º 0.81% 0.42% -
HSV(B) 28.8º 0.9% 0.76% -
XYZ 27.58 21.55 3.37 -
YUV 121.63 70.65 180.33 -
System Red Green Blue C M Y K H S L
Decimal 195 104 20 0 0.47 0.90 0.24 28.8 0.81 0.42
Hex C3 68 14 0 2F 5A 18 1D 51 2A
Octal 303 150 24 0 57 132 30 35 121 52
Binary 11000011 1101000 10100 0 101111 1011010 11000 11101 1010001 101010

Color Harmonies of #C36814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36814

Black with #C36814

Text Example


Text Example

White with #C36814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36814; }

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

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

background-color css

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

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

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

border-color css

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

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

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