#483D2A

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

Shades of Onion #483D2A

Tints of Onion #483D2A

Color information

#483D2A (or 0x483D2A) is unknown color: approx Onion. HEX triplet: 48, 3D and 2A. RGB value is (72,61,42). Sum of RGB (Red+Green+Blue) = 72+61+42=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D2A is #B7C2D5. Grayscale: #3E3E3E. Windows color (decimal): -12042966 or 2768200. OLE color: 2768200.

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

Color convert

RGB726142-
CMYK00.150.420.72
HSL38º26.32%22.35%-
HSV(B)38º41.67%28.24%-
XYZ4.764.882.88-
YUV62.12116.64135.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 42 (16.80% from 255) = 24%
R=41.14%
G=34.86%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72614200.150.420.723826.3222.35
Hex483D2A0F2A48261a16
Octal110755201752110463226
Binary10010001111011010100111110101010010001001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,61,42); }

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

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

 a { background-color: rgb(72,61,42); }

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

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

 span { border-color: rgb(72,61,42); }

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