#C28B3C

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

Shades of Pizza #C28B3C

Tints of Pizza #C28B3C

Color information

#C28B3C (or 0xC28B3C) is unknown color: approx Pizza. HEX triplet: C2, 8B and 3C. RGB value is (194,139,60). Sum of RGB (Red+Green+Blue) = 194+139+60=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C28B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28B3C is #3D74C3. Grayscale: #929292. Windows color (decimal): -4027588 or 3967938. OLE color: 3967938.

HSL color Cylindrical-coordinate representation of color #C28B3C: hue angle of 35.37º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C28B3C is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB19413960-
CMYK00.280.690.24
HSL35.37º52.76%49.8%-
HSV(B)35.37º69.07%76.08%-
XYZ32.330.268.41-
YUV146.4479.22161.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 60 (23.83% from 255) = 15.27%
R=49.36%
G=35.37%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941396000.280.690.2435.3752.7649.8
HexC28B3C01C4518233532
Octal3022137403410530436562
Binary1100001010001011111100011100100010111000100011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28B3C; }

 p { color: rgb(194,139,60); }

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

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

 a { background-color: rgb(194,139,60); }

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

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

 span { border-color: rgb(194,139,60); }

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