#C29339

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

Shades of Pizza #C29339

Tints of Pizza #C29339

Color information

#C29339 (or 0xC29339) is unknown color: approx Pizza. HEX triplet: C2, 93 and 39. RGB value is (194,147,57). Sum of RGB (Red+Green+Blue) = 194+147+57=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C29339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29339 is #3D6CC6. Grayscale: #979797. Windows color (decimal): -4025543 or 3773378. OLE color: 3773378.

HSL color Cylindrical-coordinate representation of color #C29339: hue angle of 39.42º 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 #C29339 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19414757-
CMYK00.240.710.24
HSL39.42º54.58%49.22%-
HSV(B)39.42º70.62%76.08%-
XYZ33.4232.638.41-
YUV150.7975.07158.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 57 (22.66% from 255) = 14.32%
R=48.74%
G=36.93%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941475700.240.710.2439.4254.5849.22
HexC293390184718273731
Octal3022237103010730476761
Binary1100001010010011111001011000100011111000100111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29339; }

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

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

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

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

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

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

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

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