#483F28

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

Shades of Onion #483F28

Tints of Onion #483F28

Color information

#483F28 (or 0x483F28) is unknown color: approx Onion. HEX triplet: 48, 3F and 28. RGB value is (72,63,40). Sum of RGB (Red+Green+Blue) = 72+63+40=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F28 is #B7C0D7. Grayscale: #3F3F3F. Windows color (decimal): -12042456 or 2637640. OLE color: 2637640.

HSL color Cylindrical-coordinate representation of color #483F28: hue angle of 43.12º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483F28 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB726340-
CMYK00.120.440.72
HSL43.12º28.57%21.96%-
HSV(B)43.12º44.44%28.24%-
XYZ4.835.092.73-
YUV63.07114.98134.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 40 (16.02% from 255) = 22.86%
R=41.14%
G=36%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72634000.120.440.7243.1228.5721.96
Hex483F280C2C482b1d16
Octal110775001454110533526
Binary10010001111111010000110010110010010001010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483F28; }

 p { color: rgb(72,63,40); }

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

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

 a { background-color: rgb(72,63,40); }

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

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

 span { border-color: rgb(72,63,40); }

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