Html Css Color HEX #484031 Onion

📋 copy color: '#484031'

red 72 ◦ green 64 ◦ blue 49

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

Shades of Onion #484031

Tints of Onion #484031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 38.92%
G = 34.59%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#484031 (or 0x484031) is known color: Onion. HEX triplet: 48, 40 and 31. RGB value is (72,64,49). Sum of RGB (Red+Green+Blue) = 72+64+49=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #484031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484031 is #B7BFCE. Grayscale: #404040. Windows color (decimal): -12042191 or 3227720. OLE color: 3227720.

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

Color convert

RGB 72 64 49 -
CMYK 0 0.11 0.32 0.72
HSL 39.13º 0.19% 0.24% -
HSV(B) 39.13º 0.32% 0.28% -
XYZ 5.06 5.27 3.66 -
YUV 64.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 72 64 49 0 0.11 0.32 0.72 39.13 0.19 0.24
Hex 48 40 31 0 B 20 48 27 13 18
Octal 110 100 61 0 13 40 110 47 23 30
Binary 1001000 1000000 110001 0 1011 100000 1001000 100111 10011 11000

Color Harmonies of #484031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484031

Black with #484031

Text Example


Text Example

White with #484031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484031; }

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

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

background-color css

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

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

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

border-color css

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

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

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