Html Css Color HEX #484127 Onion

📋 copy color: '#484127'

red 72 ◦ green 65 ◦ blue 39

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

Shades of Onion #484127

Tints of Onion #484127

RGB

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

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

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

R = 40.91%
G = 36.93%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#484127 (or 0x484127) is known color: Onion. HEX triplet: 48, 41 and 27. RGB value is (72,65,39). Sum of RGB (Red+Green+Blue) = 72+65+39=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #484127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484127 is #B7BED8. Grayscale: #404040. Windows color (decimal): -12041945 or 2572616. OLE color: 2572616.

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

Color convert

RGB 72 65 39 -
CMYK 0 0.10 0.46 0.72
HSL 47.27º 0.3% 0.22% -
HSV(B) 47.27º 0.46% 0.28% -
XYZ 4.93 5.3 2.68 -
YUV 64.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 72 65 39 0 0.10 0.46 0.72 47.27 0.3 0.22
Hex 48 41 27 0 A 2E 48 2F 1E 16
Octal 110 101 47 0 12 56 110 57 36 26
Binary 1001000 1000001 100111 0 1010 101110 1001000 101111 11110 10110

Color Harmonies of #484127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484127

Black with #484127

Text Example


Text Example

White with #484127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484127; }

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

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

background-color css

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

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

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

border-color css

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

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

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