#53501B

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

Shades of Bronze Olive #53501B

Tints of Bronze Olive #53501B

Color information

#53501B (or 0x53501B) is unknown color: approx Bronze Olive. HEX triplet: 53, 50 and 1B. RGB value is (83,80,27). Sum of RGB (Red+Green+Blue) = 83+80+27=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #53501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53501B is #ACAFE4. Grayscale: #4B4B4B. Windows color (decimal): -11317221 or 1790035. OLE color: 1790035.

HSL color Cylindrical-coordinate representation of color #53501B: hue angle of 56.79º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53501B is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB838027-
CMYK00.040.670.67
HSL56.79º50.91%21.57%-
HSV(B)56.79º67.47%32.55%-
XYZ6.637.662.16-
YUV74.85100.99133.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 27 (10.94% from 255) = 14.21%
R=43.68%
G=42.11%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83802700.040.670.6756.7950.9121.57
Hex53501B044343393316
Octal1231203304103103716326
Binary101001110100001101101001000011100001111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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