#C59537

Color #C59537 Pizza (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pizza #C59537

Tints of Pizza #C59537

Color information

#C59537 (or 0xC59537) is unknown color: approx Pizza. HEX triplet: C5, 95 and 37. RGB value is (197,149,55). Sum of RGB (Red+Green+Blue) = 197+149+55=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C59537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59537 is #3A6AC8. Grayscale: #999999. Windows color (decimal): -3828425 or 3642821. OLE color: 3642821.

HSL color Cylindrical-coordinate representation of color #C59537: hue angle of 39.72º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C59537 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19714955-
CMYK00.240.720.23
HSL39.72º56.35%49.41%-
HSV(B)39.72º72.08%77.25%-
XYZ34.4633.648.29-
YUV152.6472.9159.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 55 (21.88% from 255) = 13.72%
R=49.13%
G=37.16%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971495500.240.720.2339.7256.3549.41
HexC595370184817283831
Octal3052256703011027507061
Binary1100010110010101110111011000100100010111101000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59537; }

 p { color: rgb(197,149,55); }

 H1.HeaderClassName
 {
   color: #C59537;
 }
 .AnyTagClassName
 {
   color: #C59537;
 }
</style>
background-color css

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

 a { background-color: rgb(197,149,55); }

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

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

 span { border-color: rgb(197,149,55); }

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