Html Css Color HEX #C36A20 Chocolate

📋 copy color: '#C36A20'

red 195 ◦ green 106 ◦ blue 32

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

Shades of Chocolate #C36A20

Tints of Chocolate #C36A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

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

R = 58.56%
G = 31.83%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C36A20 (or 0xC36A20) is known color: Chocolate. HEX triplet: C3, 6A and 20. RGB value is (195,106,32). Sum of RGB (Red+Green+Blue) = 195+106+32=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36A20 is #3C95DF. Grayscale: #7C7C7C. Windows color (decimal): -3970528 or 2124483. OLE color: 2124483.

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

Color convert

RGB 195 106 32 -
CMYK 0 0.46 0.84 0.24
HSL 27.24º 0.72% 0.45% -
HSV(B) 27.24º 0.84% 0.76% -
XYZ 27.92 22.01 4.14 -
YUV 124.18 75.99 178.52 -
System Red Green Blue C M Y K H S L
Decimal 195 106 32 0 0.46 0.84 0.24 27.24 0.72 0.45
Hex C3 6A 20 0 2E 54 18 1B 48 2D
Octal 303 152 40 0 56 124 30 33 110 55
Binary 11000011 1101010 100000 0 101110 1010100 11000 11011 1001000 101101

Color Harmonies of #C36A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A20

Black with #C36A20

Text Example


Text Example

White with #C36A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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