#484233

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

Shades of Onion #484233

Tints of Onion #484233

Color information

#484233 (or 0x484233) is unknown color: approx Onion. HEX triplet: 48, 42 and 33. RGB value is (72,66,51). Sum of RGB (Red+Green+Blue) = 72+66+51=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #484233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484233 is #B7BDCC. Grayscale: #424242. Windows color (decimal): -12041677 or 3359304. OLE color: 3359304.

HSL color Cylindrical-coordinate representation of color #484233: hue angle of 42.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #484233 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.72.

Color convert

RGB726651-
CMYK00.080.290.72
HSL42.86º17.07%24.12%-
HSV(B)42.86º29.17%28.24%-
XYZ5.225.513.92-
YUV66.08119.49132.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.10%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=38.10%
G=34.92%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72665100.080.290.7242.8617.0724.12
Hex484233081D482b1118
Octal1101026301035110532130
Binary10010001000010110011010001110110010001010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484233; }

 p { color: rgb(72,66,51); }

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

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

 a { background-color: rgb(72,66,51); }

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

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

 span { border-color: rgb(72,66,51); }

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