#C28739

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

Shades of Pizza #C28739

Tints of Pizza #C28739

Color information

#C28739 (or 0xC28739) is unknown color: approx Pizza. HEX triplet: C2, 87 and 39. RGB value is (194,135,57). Sum of RGB (Red+Green+Blue) = 194+135+57=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C28739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28739 is #3D78C6. Grayscale: #909090. Windows color (decimal): -4028615 or 3770306. OLE color: 3770306.

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

Color convert

RGB19413557-
CMYK00.300.710.24
HSL34.16º54.58%49.22%-
HSV(B)34.16º70.62%76.08%-
XYZ31.6529.097.82-
YUV143.7579.05163.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.26%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 57 (22.66% from 255) = 14.77%
R=50.26%
G=34.97%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941355700.300.710.2434.1654.5849.22
HexC2873901E4718223731
Octal3022077103610730426761
Binary1100001010000111111001011110100011111000100010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28739; }

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

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

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

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

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

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

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

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