#C48D37

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

Shades of Pizza #C48D37

Tints of Pizza #C48D37

Color information

#C48D37 (or 0xC48D37) is unknown color: approx Pizza. HEX triplet: C4, 8D and 37. RGB value is (196,141,55). Sum of RGB (Red+Green+Blue) = 196+141+55=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 55 (21.88% from 255 or 14.03% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D37 is #3B72C8. Grayscale: #949494. Windows color (decimal): -3896009 or 3640772. OLE color: 3640772.

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

Color convert

RGB19614155-
CMYK00.280.720.23
HSL36.6º56.18%49.22%-
HSV(B)36.6º71.94%76.86%-
XYZ32.9831.067.87-
YUV147.6475.72162.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 55 (21.88% from 255) = 14.03%
R=50%
G=35.97%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961415500.280.720.2336.656.1849.22
HexC48D3701C4817253831
Octal3042156703411027457061
Binary1100010010001101110111011100100100010111100101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48D37; }

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

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

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

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

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

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

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

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