Html Css Color HEX #504527 Onion

📋 copy color: '#504527'

red 80 ◦ green 69 ◦ blue 39

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

Shades of Onion #504527

Tints of Onion #504527

RGB

 RED value IS 80 (31.64% from 255) = 42.55%

 GREEN value IS 69 (27.34% from 255) = 36.7%

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

R = 42.55%
G = 36.7%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#504527 (or 0x504527) is known color: Onion. HEX triplet: 50, 45 and 27. RGB value is (80,69,39). Sum of RGB (Red+Green+Blue) = 80+69+39=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #504527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504527 is #AFBAD8. Grayscale: #454545. Windows color (decimal): -11516633 or 2573648. OLE color: 2573648.

HSL color Cylindrical-coordinate representation of color #504527: hue angle of 43.9º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #504527 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 69 39 -
CMYK 0 0.14 0.51 0.69
HSL 43.9º 0.34% 0.23% -
HSV(B) 43.9º 0.51% 0.31% -
XYZ 5.8 6.11 2.79 -
YUV 68.87 111.14 135.94 -
System Red Green Blue C M Y K H S L
Decimal 80 69 39 0 0.14 0.51 0.69 43.9 0.34 0.23
Hex 50 45 27 0 E 33 45 2C 22 17
Octal 120 105 47 0 16 63 105 54 42 27
Binary 1010000 1000101 100111 0 1110 110011 1000101 101100 100010 10111

Color Harmonies of #504527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504527

Black with #504527

Text Example


Text Example

White with #504527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504527; }

 p { color: rgb(80,69,39); }

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

background-color css

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

 a { background-color: rgb(80,69,39); }

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

border-color css

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

 span { border-color: rgb(80,69,39); }

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