Html Css Color HEX #504427 Onion

📋 copy color: '#504427'

red 80 ◦ green 68 ◦ blue 39

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

Shades of Onion #504427

Tints of Onion #504427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

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

R = 42.78%
G = 36.36%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#504427 (or 0x504427) is known color: Onion. HEX triplet: 50, 44 and 27. RGB value is (80,68,39). Sum of RGB (Red+Green+Blue) = 80+68+39=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #504427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504427 is #AFBBD8. Grayscale: #444444. Windows color (decimal): -11516889 or 2573392. OLE color: 2573392.

HSL color Cylindrical-coordinate representation of color #504427: hue angle of 42.44º 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 #504427 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 68 39 -
CMYK 0 0.15 0.51 0.69
HSL 42.44º 0.34% 0.23% -
HSV(B) 42.44º 0.51% 0.31% -
XYZ 5.74 5.99 2.77 -
YUV 68.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 80 68 39 0 0.15 0.51 0.69 42.44 0.34 0.23
Hex 50 44 27 0 F 33 45 2A 22 17
Octal 120 104 47 0 17 63 105 52 42 27
Binary 1010000 1000100 100111 0 1111 110011 1000101 101010 100010 10111

Color Harmonies of #504427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504427

Black with #504427

Text Example


Text Example

White with #504427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504427; }

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

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

background-color css

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

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

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

border-color css

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

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

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