Html Css Color HEX #484132 Onion

📋 copy color: '#484132'

red 72 ◦ green 65 ◦ blue 50

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

Shades of Onion #484132

Tints of Onion #484132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

 BLUE value IS 50 (19.92% from 255) = 26.74%

R = 38.5%
G = 34.76%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#484132 (or 0x484132) is known color: Onion. HEX triplet: 48, 41 and 32. RGB value is (72,65,50). Sum of RGB (Red+Green+Blue) = 72+65+50=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #484132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484132 is #B7BECD. Grayscale: #414141. Windows color (decimal): -12041934 or 3293512. OLE color: 3293512.

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

Color convert

RGB 72 65 50 -
CMYK 0 0.10 0.31 0.72
HSL 40.91º 0.18% 0.24% -
HSV(B) 40.91º 0.31% 0.28% -
XYZ 5.14 5.39 3.79 -
YUV 65.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 72 65 50 0 0.10 0.31 0.72 40.91 0.18 0.24
Hex 48 41 32 0 A 1F 48 29 12 18
Octal 110 101 62 0 12 37 110 51 22 30
Binary 1001000 1000001 110010 0 1010 11111 1001000 101001 10010 11000

Color Harmonies of #484132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484132

Black with #484132

Text Example


Text Example

White with #484132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484132; }

 p { color: rgb(72,65,50); }

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

background-color css

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

 a { background-color: rgb(72,65,50); }

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

border-color css

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

 span { border-color: rgb(72,65,50); }

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