Html Css Color HEX #C07136 Zest

📋 copy color: '#C07136'

red 192 ◦ green 113 ◦ blue 54

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

Shades of Zest #C07136

Tints of Zest #C07136

RGB

 RED value IS 192 (75.39% from 255) = 53.48%

 GREEN value IS 113 (44.53% from 255) = 31.48%

 BLUE value IS 54 (21.48% from 255) = 15.04%

R = 53.48%
G = 31.48%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C07136 (or 0xC07136) is known color: Zest. HEX triplet: C0, 71 and 36. RGB value is (192,113,54). Sum of RGB (Red+Green+Blue) = 192+113+54=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C07136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07136 is #3F8EC9. Grayscale: #828282. Windows color (decimal): -4165322 or 3568064. OLE color: 3568064.

HSL color Cylindrical-coordinate representation of color #C07136: hue angle of 25.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C07136 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 54 -
CMYK 0 0.41 0.72 0.25
HSL 25.65º 0.56% 0.48% -
HSV(B) 25.65º 0.72% 0.75% -
XYZ 28.31 23.28 6.49 -
YUV 129.9 85.17 172.3 -
System Red Green Blue C M Y K H S L
Decimal 192 113 54 0 0.41 0.72 0.25 25.65 0.56 0.48
Hex C0 71 36 0 29 48 19 1A 38 30
Octal 300 161 66 0 51 110 31 32 70 60
Binary 11000000 1110001 110110 0 101001 1001000 11001 11010 111000 110000

Color Harmonies of #C07136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07136

Black with #C07136

Text Example


Text Example

White with #C07136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07136; }

 p { color: rgb(192,113,54); }

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

background-color css

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

 a { background-color: rgb(192,113,54); }

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

border-color css

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

 span { border-color: rgb(192,113,54); }

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