#C39339

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

Shades of Pizza #C39339

Tints of Pizza #C39339

Color information

#C39339 (or 0xC39339) is unknown color: approx Pizza. HEX triplet: C3, 93 and 39. RGB value is (195,147,57). Sum of RGB (Red+Green+Blue) = 195+147+57=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C39339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39339 is #3C6CC6. Grayscale: #979797. Windows color (decimal): -3960007 or 3773379. OLE color: 3773379.

HSL color Cylindrical-coordinate representation of color #C39339: hue angle of 39.13º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C39339 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19514757-
CMYK00.250.710.24
HSL39.13º54.76%49.41%-
HSV(B)39.13º70.77%76.47%-
XYZ33.6832.768.42-
YUV151.0974.9159.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 57 (22.66% from 255) = 14.29%
R=48.87%
G=36.84%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951475700.250.710.2439.1354.7649.41
HexC393390194718273731
Octal3032237103110730476761
Binary1100001110010011111001011001100011111000100111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39339; }

 p { color: rgb(195,147,57); }

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

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

 a { background-color: rgb(195,147,57); }

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

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

 span { border-color: rgb(195,147,57); }

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