#483D29

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

Shades of Onion #483D29

Tints of Onion #483D29

Color information

#483D29 (or 0x483D29) is unknown color: approx Onion. HEX triplet: 48, 3D and 29. RGB value is (72,61,41). Sum of RGB (Red+Green+Blue) = 72+61+41=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D29 is #B7C2D6. Grayscale: #3E3E3E. Windows color (decimal): -12042967 or 2702664. OLE color: 2702664.

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

Color convert

RGB726141-
CMYK00.150.430.72
HSL38.71º27.43%22.16%-
HSV(B)38.71º43.06%28.24%-
XYZ4.744.882.79-
YUV62.01116.14135.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 61 (24.22% from 255) = 35.06%
BLUE value IS 41 (16.41% from 255) = 23.56%
R=41.38%
G=35.06%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72614100.150.430.7238.7127.4322.16
Hex483D290F2B48271b16
Octal110755101753110473326
Binary10010001111011010010111110101110010001001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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