#C29239

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

Shades of Pizza #C29239

Tints of Pizza #C29239

Color information

#C29239 (or 0xC29239) is unknown color: approx Pizza. HEX triplet: C2, 92 and 39. RGB value is (194,146,57). Sum of RGB (Red+Green+Blue) = 194+146+57=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C29239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29239 is #3D6DC6. Grayscale: #969696. Windows color (decimal): -4025799 or 3773122. OLE color: 3773122.

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

Color convert

RGB19414657-
CMYK00.250.710.24
HSL38.98º54.58%49.22%-
HSV(B)38.98º70.62%76.08%-
XYZ33.2732.328.36-
YUV150.2175.4159.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 57 (22.66% from 255) = 14.36%
R=48.87%
G=36.78%
B=14.36%

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
Decimal1941465700.250.710.2438.9854.5849.22
HexC292390194718273731
Octal3022227103110730476761
Binary1100001010010010111001011001100011111000100111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29239; }

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

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

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

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

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

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

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

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