#C48B36

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

Shades of Pizza #C48B36

Tints of Pizza #C48B36

Color information

#C48B36 (or 0xC48B36) is unknown color: approx Pizza. HEX triplet: C4, 8B and 36. RGB value is (196,139,54). Sum of RGB (Red+Green+Blue) = 196+139+54=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48B36 is #3B74C9. Grayscale: #929292. Windows color (decimal): -3896522 or 3574724. OLE color: 3574724.

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

Color convert

RGB19613954-
CMYK00.290.720.23
HSL35.92º56.8%49.02%-
HSV(B)35.92º72.45%76.86%-
XYZ32.6630.477.65-
YUV146.3575.88163.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 54 (21.48% from 255) = 13.88%
R=50.39%
G=35.73%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961395400.290.720.2335.9256.849.02
HexC48B3601D4817243931
Octal3042136603511027447161
Binary1100010010001011110110011101100100010111100100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48B36; }

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

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

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

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

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

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

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

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