#50481B

Color #50481B Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #50481B

Tints of Bronze Olive #50481B

Color information

#50481B (or 0x50481B) is unknown color: approx Bronze Olive. HEX triplet: 50, 48 and 1B. RGB value is (80,72,27). Sum of RGB (Red+Green+Blue) = 80+72+27=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #50481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50481B is #AFB7E4. Grayscale: #454545. Windows color (decimal): -11515877 or 1787984. OLE color: 1787984.

HSL color Cylindrical-coordinate representation of color #50481B: hue angle of 50.94º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50481B is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB807227-
CMYK00.100.660.69
HSL50.94º49.53%20.98%-
HSV(B)50.94º66.25%31.37%-
XYZ5.826.421.97-
YUV69.26104.15135.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=44.69%
G=40.22%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80722700.100.660.6950.9449.5320.98
Hex50481B0A4245333215
Octal12011033012102105636225
Binary1010000100100011011010101000010100010111001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50481B; }

 p { color: rgb(80,72,27); }

 H1.HeaderClassName
 {
   color: #50481B;
 }
 .AnyTagClassName
 {
   color: #50481B;
 }
</style>
background-color css

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

 a { background-color: rgb(80,72,27); }

 div.DivClassName
 {
   background-color: #50481B;
 }
 .BgClassName
 {
   background-color: #50481B;
 }
</style>
border-color css

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

 span { border-color: rgb(80,72,27); }

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