#C48837

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

Shades of Pizza #C48837

Tints of Pizza #C48837

Color information

#C48837 (or 0xC48837) is unknown color: approx Pizza. HEX triplet: C4, 88 and 37. RGB value is (196,136,55). Sum of RGB (Red+Green+Blue) = 196+136+55=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 55 (21.88% from 255 or 14.21% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C48837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48837 is #3B77C8. Grayscale: #919191. Windows color (decimal): -3897289 or 3639492. OLE color: 3639492.

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

Color convert

RGB19613655-
CMYK00.310.720.23
HSL34.47º56.18%49.22%-
HSV(B)34.47º71.94%76.86%-
XYZ32.2629.627.63-
YUV144.7177.38164.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 55 (21.88% from 255) = 14.21%
R=50.65%
G=35.14%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961365500.310.720.2334.4756.1849.22
HexC4883701F4817223831
Octal3042106703711027427061
Binary1100010010001000110111011111100100010111100010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48837; }

 p { color: rgb(196,136,55); }

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

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

 a { background-color: rgb(196,136,55); }

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

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

 span { border-color: rgb(196,136,55); }

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