#C48C37

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

Shades of Pizza #C48C37

Tints of Pizza #C48C37

Color information

#C48C37 (or 0xC48C37) is unknown color: approx Pizza. HEX triplet: C4, 8C and 37. RGB value is (196,140,55). Sum of RGB (Red+Green+Blue) = 196+140+55=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C37 is #3B73C8. Grayscale: #939393. Windows color (decimal): -3896265 or 3640516. OLE color: 3640516.

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

Color convert

RGB19614055-
CMYK00.290.720.23
HSL36.17º56.18%49.22%-
HSV(B)36.17º71.94%76.86%-
XYZ32.8330.777.82-
YUV147.0576.05162.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.13%
GREEN value IS 140 (55.08% from 255) = 35.81%
BLUE value IS 55 (21.88% from 255) = 14.07%
R=50.13%
G=35.81%
B=14.07%

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
Decimal1961405500.290.720.2336.1756.1849.22
HexC48C3701D4817243831
Octal3042146703511027447061
Binary1100010010001100110111011101100100010111100100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48C37; }

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

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

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

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

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

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

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

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