#C28639

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

Shades of Pizza #C28639

Tints of Pizza #C28639

Color information

#C28639 (or 0xC28639) is unknown color: approx Pizza. HEX triplet: C2, 86 and 39. RGB value is (194,134,57). Sum of RGB (Red+Green+Blue) = 194+134+57=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C28639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28639 is #3D79C6. Grayscale: #8F8F8F. Windows color (decimal): -4028871 or 3770050. OLE color: 3770050.

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

Color convert

RGB19413457-
CMYK00.310.710.24
HSL33.72º54.58%49.22%-
HSV(B)33.72º70.62%76.08%-
XYZ31.5128.817.77-
YUV143.1679.38164.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.39%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 57 (22.66% from 255) = 14.81%
R=50.39%
G=34.81%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941345700.310.710.2433.7254.5849.22
HexC2863901F4718223731
Octal3022067103710730426761
Binary1100001010000110111001011111100011111000100010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28639; }

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

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

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

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

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

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

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

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