Html Css Color HEX #484128 Onion

📋 copy color: '#484128'

red 72 ◦ green 65 ◦ blue 40

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

Shades of Onion #484128

Tints of Onion #484128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.6%

R = 40.68%
G = 36.72%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#484128 (or 0x484128) is known color: Onion. HEX triplet: 48, 41 and 28. RGB value is (72,65,40). Sum of RGB (Red+Green+Blue) = 72+65+40=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #484128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484128 is #B7BED7. Grayscale: #404040. Windows color (decimal): -12041944 or 2638152. OLE color: 2638152.

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

Color convert

RGB 72 65 40 -
CMYK 0 0.10 0.44 0.72
HSL 46.88º 0.29% 0.22% -
HSV(B) 46.88º 0.44% 0.28% -
XYZ 4.95 5.31 2.77 -
YUV 64.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 72 65 40 0 0.10 0.44 0.72 46.88 0.29 0.22
Hex 48 41 28 0 A 2C 48 2F 1D 16
Octal 110 101 50 0 12 54 110 57 35 26
Binary 1001000 1000001 101000 0 1010 101100 1001000 101111 11101 10110

Color Harmonies of #484128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484128

Black with #484128

Text Example


Text Example

White with #484128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484128; }

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

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

background-color css

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

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

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

border-color css

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

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

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