Html Css Color HEX #484028 Onion

📋 copy color: '#484028'

red 72 ◦ green 64 ◦ blue 40

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

Shades of Onion #484028

Tints of Onion #484028

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.36%

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

R = 40.91%
G = 36.36%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#484028 (or 0x484028) is known color: Onion. HEX triplet: 48, 40 and 28. RGB value is (72,64,40). Sum of RGB (Red+Green+Blue) = 72+64+40=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #484028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484028 is #B7BFD7. Grayscale: #3F3F3F. Windows color (decimal): -12042200 or 2637896. OLE color: 2637896.

HSL color Cylindrical-coordinate representation of color #484028: hue angle of 45º 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 #484028 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 64 40 -
CMYK 0 0.11 0.44 0.72
HSL 45º 0.29% 0.22% -
HSV(B) 45º 0.44% 0.28% -
XYZ 4.89 5.2 2.75 -
YUV 63.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 72 64 40 0 0.11 0.44 0.72 45 0.29 0.22
Hex 48 40 28 0 B 2C 48 2D 1D 16
Octal 110 100 50 0 13 54 110 55 35 26
Binary 1001000 1000000 101000 0 1011 101100 1001000 101101 11101 10110

Color Harmonies of #484028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484028

Black with #484028

Text Example


Text Example

White with #484028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484028; }

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

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

background-color css

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

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

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

border-color css

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

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

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