Html Css Color HEX #C36720 Chocolate

📋 copy color: '#C36720'

red 195 ◦ green 103 ◦ blue 32

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

Shades of Chocolate #C36720

Tints of Chocolate #C36720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 59.09%
G = 31.21%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C36720 (or 0xC36720) is known color: Chocolate. HEX triplet: C3, 67 and 20. RGB value is (195,103,32). Sum of RGB (Red+Green+Blue) = 195+103+32=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C36720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36720 is #3C98DF. Grayscale: #7A7A7A. Windows color (decimal): -3971296 or 2123715. OLE color: 2123715.

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

Color convert

RGB 195 103 32 -
CMYK 0 0.47 0.84 0.24
HSL 26.13º 0.72% 0.45% -
HSV(B) 26.13º 0.84% 0.76% -
XYZ 27.62 21.41 4.04 -
YUV 122.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 195 103 32 0 0.47 0.84 0.24 26.13 0.72 0.45
Hex C3 67 20 0 2F 54 18 1A 48 2D
Octal 303 147 40 0 57 124 30 32 110 55
Binary 11000011 1100111 100000 0 101111 1010100 11000 11010 1001000 101101

Color Harmonies of #C36720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36720

Black with #C36720

Text Example


Text Example

White with #C36720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36720; }

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

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

background-color css

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

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

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

border-color css

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

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

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