#C29139

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

Shades of Pizza #C29139

Tints of Pizza #C29139

Color information

#C29139 (or 0xC29139) is unknown color: approx Pizza. HEX triplet: C2, 91 and 39. RGB value is (194,145,57). Sum of RGB (Red+Green+Blue) = 194+145+57=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C29139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29139 is #3D6EC6. Grayscale: #969696. Windows color (decimal): -4026055 or 3772866. OLE color: 3772866.

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

Color convert

RGB19414557-
CMYK00.250.710.24
HSL38.54º54.58%49.22%-
HSV(B)38.54º70.62%76.08%-
XYZ33.1132.028.31-
YUV149.6275.73159.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 57 (22.66% from 255) = 14.39%
R=48.99%
G=36.62%
B=14.39%

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
Decimal1941455700.250.710.2438.5454.5849.22
HexC291390194718273731
Octal3022217103110730476761
Binary1100001010010001111001011001100011111000100111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29139; }

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

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

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

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

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

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

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

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