Html Css Color HEX #484231 Onion

📋 copy color: '#484231'

red 72 ◦ green 66 ◦ blue 49

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

Shades of Onion #484231

Tints of Onion #484231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

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

R = 38.5%
G = 35.29%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#484231 (or 0x484231) is known color: Onion. HEX triplet: 48, 42 and 31. RGB value is (72,66,49). Sum of RGB (Red+Green+Blue) = 72+66+49=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #484231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484231 is #B7BDCE. Grayscale: #414141. Windows color (decimal): -12041679 or 3228232. OLE color: 3228232.

HSL color Cylindrical-coordinate representation of color #484231: hue angle of 44.35º 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 #484231 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 66 49 -
CMYK 0 0.08 0.32 0.72
HSL 44.35º 0.19% 0.24% -
HSV(B) 44.35º 0.32% 0.28% -
XYZ 5.18 5.5 3.69 -
YUV 65.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 72 66 49 0 0.08 0.32 0.72 44.35 0.19 0.24
Hex 48 42 31 0 8 20 48 2C 13 18
Octal 110 102 61 0 10 40 110 54 23 30
Binary 1001000 1000010 110001 0 1000 100000 1001000 101100 10011 11000

Color Harmonies of #484231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484231

Black with #484231

Text Example


Text Example

White with #484231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484231; }

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

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

background-color css

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

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

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

border-color css

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

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

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