Html Css Color HEX #C07237 Zest

📋 copy color: '#C07237'

red 192 ◦ green 114 ◦ blue 55

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

Shades of Zest #C07237

Tints of Zest #C07237

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

 BLUE value IS 55 (21.88% from 255) = 15.24%

R = 53.19%
G = 31.58%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C07237 (or 0xC07237) is known color: Zest. HEX triplet: C0, 72 and 37. RGB value is (192,114,55). Sum of RGB (Red+Green+Blue) = 192+114+55=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 55 (21.88% from 255 or 15.24% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C07237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07237 is #3F8DC8. Grayscale: #828282. Windows color (decimal): -4165065 or 3633856. OLE color: 3633856.

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

Color convert

RGB 192 114 55 -
CMYK 0 0.41 0.71 0.25
HSL 25.84º 0.55% 0.48% -
HSV(B) 25.84º 0.71% 0.75% -
XYZ 28.45 23.52 6.65 -
YUV 130.6 85.34 171.8 -
System Red Green Blue C M Y K H S L
Decimal 192 114 55 0 0.41 0.71 0.25 25.84 0.55 0.48
Hex C0 72 37 0 29 47 19 1A 37 30
Octal 300 162 67 0 51 107 31 32 67 60
Binary 11000000 1110010 110111 0 101001 1000111 11001 11010 110111 110000

Color Harmonies of #C07237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07237

Black with #C07237

Text Example


Text Example

White with #C07237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07237; }

 p { color: rgb(192,114,55); }

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

background-color css

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

 a { background-color: rgb(192,114,55); }

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

border-color css

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

 span { border-color: rgb(192,114,55); }

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