Html Css Color HEX #484133 Onion

📋 copy color: '#484133'

red 72 ◦ green 65 ◦ blue 51

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

Shades of Onion #484133

Tints of Onion #484133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.13%

R = 38.3%
G = 34.57%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#484133 (or 0x484133) is known color: Onion. HEX triplet: 48, 41 and 33. RGB value is (72,65,51). Sum of RGB (Red+Green+Blue) = 72+65+51=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #484133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484133 is #B7BECC. Grayscale: #414141. Windows color (decimal): -12041933 or 3359048. OLE color: 3359048.

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

Color convert

RGB 72 65 51 -
CMYK 0 0.10 0.29 0.72
HSL 40º 0.17% 0.24% -
HSV(B) 40º 0.29% 0.28% -
XYZ 5.16 5.4 3.9 -
YUV 65.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 72 65 51 0 0.10 0.29 0.72 40 0.17 0.24
Hex 48 41 33 0 A 1D 48 28 11 18
Octal 110 101 63 0 12 35 110 50 21 30
Binary 1001000 1000001 110011 0 1010 11101 1001000 101000 10001 11000

Color Harmonies of #484133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484133

Black with #484133

Text Example


Text Example

White with #484133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484133; }

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

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

background-color css

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

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

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

border-color css

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

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

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