Html Css Color HEX #C36820 Chocolate

📋 copy color: '#C36820'

red 195 ◦ green 104 ◦ blue 32

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

Shades of Chocolate #C36820

Tints of Chocolate #C36820

RGB

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

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

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

R = 58.91%
G = 31.42%
B = 9.67%

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

#C36820 (or 0xC36820) is known color: Chocolate. HEX triplet: C3, 68 and 20. RGB value is (195,104,32). Sum of RGB (Red+Green+Blue) = 195+104+32=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C36820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36820 is #3C97DF. Grayscale: #7B7B7B. Windows color (decimal): -3971040 or 2123971. OLE color: 2123971.

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

Color convert

RGB 195 104 32 -
CMYK 0 0.47 0.84 0.24
HSL 26.5º 0.72% 0.45% -
HSV(B) 26.5º 0.84% 0.76% -
XYZ 27.72 21.61 4.08 -
YUV 123 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 195 104 32 0 0.47 0.84 0.24 26.5 0.72 0.45
Hex C3 68 20 0 2F 54 18 1B 48 2D
Octal 303 150 40 0 57 124 30 33 110 55
Binary 11000011 1101000 100000 0 101111 1010100 11000 11011 1001000 101101

Color Harmonies of #C36820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36820

Black with #C36820

Text Example


Text Example

White with #C36820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36820; }

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

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

background-color css

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

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

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

border-color css

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

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

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