#C49036

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

Shades of Pizza #C49036

Tints of Pizza #C49036

Color information

#C49036 (or 0xC49036) is unknown color: approx Pizza. HEX triplet: C4, 90 and 36. RGB value is (196,144,54). Sum of RGB (Red+Green+Blue) = 196+144+54=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C49036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49036 is #3B6FC9. Grayscale: #959595. Windows color (decimal): -3895242 or 3576004. OLE color: 3576004.

HSL color Cylindrical-coordinate representation of color #C49036: hue angle of 38.03º degrees, saturation: 0.57, 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 #C49036 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB19614454-
CMYK00.270.720.23
HSL38.03º56.8%49.02%-
HSV(B)38.03º72.45%76.86%-
XYZ33.431.957.9-
YUV149.2974.23161.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 54 (21.48% from 255) = 13.71%
R=49.75%
G=36.55%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961445400.270.720.2338.0356.849.02
HexC4903601B4817263931
Octal3042206603311027467161
Binary1100010010010000110110011011100100010111100110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49036; }

 p { color: rgb(196,144,54); }

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

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

 a { background-color: rgb(196,144,54); }

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

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

 span { border-color: rgb(196,144,54); }

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