Html Css Color HEX #484539 Onion

📋 copy color: '#484539'

red 72 ◦ green 69 ◦ blue 57

#484539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onion #484539

Tints of Onion #484539

RGB

 RED value IS 72 (28.52% from 255) = 36.36%

 GREEN value IS 69 (27.34% from 255) = 34.85%

 BLUE value IS 57 (22.66% from 255) = 28.79%

R = 36.36%
G = 34.85%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#484539 (or 0x484539) is known color: Onion. HEX triplet: 48, 45 and 39. RGB value is (72,69,57). Sum of RGB (Red+Green+Blue) = 72+69+57=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 57 (22.66% from 255 or 28.79% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #484539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484539 is #B7BAC6. Grayscale: #444444. Windows color (decimal): -12040903 or 3753288. OLE color: 3753288.

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

Color convert

RGB 72 69 57 -
CMYK 0 0.04 0.21 0.72
HSL 48º 0.12% 0.25% -
HSV(B) 48º 0.21% 0.28% -
XYZ 5.54 5.93 4.72 -
YUV 68.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 72 69 57 0 0.04 0.21 0.72 48 0.12 0.25
Hex 48 45 39 0 4 15 48 30 C 19
Octal 110 105 71 0 4 25 110 60 14 31
Binary 1001000 1000101 111001 0 100 10101 1001000 110000 1100 11001

Color Harmonies of #484539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484539

Black with #484539

Text Example


Text Example

White with #484539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484539; }

 p { color: rgb(72,69,57); }

 H1.HeaderClassName
 {
   color: #484539;
 }
 .AnyTagClassName
 {
   color: #484539;
 }
</style>

background-color css

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

 a { background-color: rgb(72,69,57); }

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

border-color css

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

 span { border-color: rgb(72,69,57); }

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