Html Css Color HEX #484030 Onion

📋 copy color: '#484030'

red 72 ◦ green 64 ◦ blue 48

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

Shades of Onion #484030

Tints of Onion #484030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.78%

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 39.13%
G = 34.78%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#484030 (or 0x484030) is known color: Onion. HEX triplet: 48, 40 and 30. RGB value is (72,64,48). Sum of RGB (Red+Green+Blue) = 72+64+48=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #484030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484030 is #B7BFCF. Grayscale: #404040. Windows color (decimal): -12042192 or 3162184. OLE color: 3162184.

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

Color convert

RGB 72 64 48 -
CMYK 0 0.11 0.33 0.72
HSL 40º 0.2% 0.24% -
HSV(B) 40º 0.33% 0.28% -
XYZ 5.04 5.26 3.55 -
YUV 64.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 72 64 48 0 0.11 0.33 0.72 40 0.2 0.24
Hex 48 40 30 0 B 21 48 28 14 18
Octal 110 100 60 0 13 41 110 50 24 30
Binary 1001000 1000000 110000 0 1011 100001 1001000 101000 10100 11000

Color Harmonies of #484030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484030

Black with #484030

Text Example


Text Example

White with #484030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484030; }

 p { color: rgb(72,64,48); }

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

background-color css

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

 a { background-color: rgb(72,64,48); }

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

border-color css

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

 span { border-color: rgb(72,64,48); }

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