Html Css Color HEX #C36D34 Zest

📋 copy color: '#C36D34'

red 195 ◦ green 109 ◦ blue 52

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

Shades of Zest #C36D34

Tints of Zest #C36D34

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

 BLUE value IS 52 (20.7% from 255) = 14.61%

R = 54.78%
G = 30.62%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C36D34 (or 0xC36D34) is known color: Zest. HEX triplet: C3, 6D and 34. RGB value is (195,109,52). Sum of RGB (Red+Green+Blue) = 195+109+52=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36D34 is #3C92CB. Grayscale: #808080. Windows color (decimal): -3969740 or 3435971. OLE color: 3435971.

HSL color Cylindrical-coordinate representation of color #C36D34: hue angle of 23.92º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C36D34 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 109 52 -
CMYK 0 0.44 0.73 0.24
HSL 23.92º 0.58% 0.48% -
HSV(B) 23.92º 0.73% 0.76% -
XYZ 28.59 22.79 6.14 -
YUV 128.22 84.99 175.63 -
System Red Green Blue C M Y K H S L
Decimal 195 109 52 0 0.44 0.73 0.24 23.92 0.58 0.48
Hex C3 6D 34 0 2C 49 18 18 3A 30
Octal 303 155 64 0 54 111 30 30 72 60
Binary 11000011 1101101 110100 0 101100 1001001 11000 11000 111010 110000

Color Harmonies of #C36D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36D34

Black with #C36D34

Text Example


Text Example

White with #C36D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36D34; }

 p { color: rgb(195,109,52); }

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

background-color css

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

 a { background-color: rgb(195,109,52); }

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

border-color css

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

 span { border-color: rgb(195,109,52); }

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