#483f2b

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

Shades of Onion #483F2B

Tints of Onion #483F2B

Color information

#483F2B (or 0x483F2B) is unknown color: approx Onion. HEX triplet: 48, 3F and 2B. RGB value is (72,63,43). Sum of RGB (Red+Green+Blue) = 72+63+43=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #483F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F2B is #B7C0D4. Grayscale: #3F3F3F. Windows color (decimal): -12042453 or 2834248. OLE color: 2834248.

HSL color Cylindrical-coordinate representation of color #483F2B: hue angle of 41.38º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483F2B is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB726343-
CMYK00.120.400.72
HSL41.38º25.22%22.55%-
HSV(B)41.38º40.28%28.24%-
XYZ4.895.113.01-
YUV63.41116.48134.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=40.45%
G=35.39%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72634300.120.400.7241.3825.2222.55
Hex483F2B0C2848291917
Octal110775301450110513127
Binary10010001111111010110110010100010010001010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483f2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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