Html Css Color HEX #484134 Onion

📋 copy color: '#484134'

red 72 ◦ green 65 ◦ blue 52

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

Shades of Onion #484134

Tints of Onion #484134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.51%

R = 38.1%
G = 34.39%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#484134 (or 0x484134) is known color: Onion. HEX triplet: 48, 41 and 34. RGB value is (72,65,52). Sum of RGB (Red+Green+Blue) = 72+65+52=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #484134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484134 is #B7BECB. Grayscale: #414141. Windows color (decimal): -12041932 or 3424584. OLE color: 3424584.

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

Color convert

RGB 72 65 52 -
CMYK 0 0.10 0.28 0.72
HSL 39º 0.16% 0.24% -
HSV(B) 39º 0.28% 0.28% -
XYZ 5.18 5.41 4.02 -
YUV 65.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 72 65 52 0 0.10 0.28 0.72 39 0.16 0.24
Hex 48 41 34 0 A 1C 48 27 10 18
Octal 110 101 64 0 12 34 110 47 20 30
Binary 1001000 1000001 110100 0 1010 11100 1001000 100111 10000 11000

Color Harmonies of #484134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484134

Black with #484134

Text Example


Text Example

White with #484134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484134; }

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

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

background-color css

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

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

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

border-color css

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

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

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