Html Css Color HEX #484130 Onion

📋 copy color: '#484130'

red 72 ◦ green 65 ◦ blue 48

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

Shades of Onion #484130

Tints of Onion #484130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.95%

R = 38.92%
G = 35.14%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#484130 (or 0x484130) is known color: Onion. HEX triplet: 48, 41 and 30. RGB value is (72,65,48). Sum of RGB (Red+Green+Blue) = 72+65+48=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #484130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484130 is #B7BECF. Grayscale: #414141. Windows color (decimal): -12041936 or 3162440. OLE color: 3162440.

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

Color convert

RGB 72 65 48 -
CMYK 0 0.10 0.33 0.72
HSL 42.5º 0.2% 0.24% -
HSV(B) 42.5º 0.33% 0.28% -
XYZ 5.1 5.37 3.56 -
YUV 65.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 72 65 48 0 0.10 0.33 0.72 42.5 0.2 0.24
Hex 48 41 30 0 A 21 48 2A 14 18
Octal 110 101 60 0 12 41 110 52 24 30
Binary 1001000 1000001 110000 0 1010 100001 1001000 101010 10100 11000

Color Harmonies of #484130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484130

Black with #484130

Text Example


Text Example

White with #484130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484130; }

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

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

background-color css

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

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

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

border-color css

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

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

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