Html Css Color HEX #484027 Onion

📋 copy color: '#484027'

red 72 ◦ green 64 ◦ blue 39

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

Shades of Onion #484027

Tints of Onion #484027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 41.14%
G = 36.57%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#484027 (or 0x484027) is known color: Onion. HEX triplet: 48, 40 and 27. RGB value is (72,64,39). Sum of RGB (Red+Green+Blue) = 72+64+39=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #484027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484027 is #B7BFD8. Grayscale: #3F3F3F. Windows color (decimal): -12042201 or 2572360. OLE color: 2572360.

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

Color convert

RGB 72 64 39 -
CMYK 0 0.11 0.46 0.72
HSL 45.45º 0.3% 0.22% -
HSV(B) 45.45º 0.46% 0.28% -
XYZ 4.87 5.19 2.66 -
YUV 63.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 72 64 39 0 0.11 0.46 0.72 45.45 0.3 0.22
Hex 48 40 27 0 B 2E 48 2D 1E 16
Octal 110 100 47 0 13 56 110 55 36 26
Binary 1001000 1000000 100111 0 1011 101110 1001000 101101 11110 10110

Color Harmonies of #484027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484027

Black with #484027

Text Example


Text Example

White with #484027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484027; }

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

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

background-color css

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

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

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

border-color css

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

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

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