Html Css Color HEX #C07337 Zest

📋 copy color: '#C07337'

red 192 ◦ green 115 ◦ blue 55

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

Shades of Zest #C07337

Tints of Zest #C07337

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

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

R = 53.04%
G = 31.77%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C07337 (or 0xC07337) is known color: Zest. HEX triplet: C0, 73 and 37. RGB value is (192,115,55). Sum of RGB (Red+Green+Blue) = 192+115+55=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C07337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07337 is #3F8CC8. Grayscale: #838383. Windows color (decimal): -4164809 or 3634112. OLE color: 3634112.

HSL color Cylindrical-coordinate representation of color #C07337: hue angle of 26.28º 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 #C07337 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 55 -
CMYK 0 0.40 0.71 0.25
HSL 26.28º 0.55% 0.48% -
HSV(B) 26.28º 0.71% 0.75% -
XYZ 28.56 23.74 6.69 -
YUV 131.18 85.01 171.38 -
System Red Green Blue C M Y K H S L
Decimal 192 115 55 0 0.40 0.71 0.25 26.28 0.55 0.48
Hex C0 73 37 0 28 47 19 1A 37 30
Octal 300 163 67 0 50 107 31 32 67 60
Binary 11000000 1110011 110111 0 101000 1000111 11001 11010 110111 110000

Color Harmonies of #C07337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07337

Black with #C07337

Text Example


Text Example

White with #C07337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07337; }

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

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

background-color css

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

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

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

border-color css

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

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

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