#53491B

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

Shades of Bronze Olive #53491B

Tints of Bronze Olive #53491B

Color information

#53491B (or 0x53491B) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 1B. RGB value is (83,73,27). Sum of RGB (Red+Green+Blue) = 83+73+27=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53491B is #ACB6E4. Grayscale: #464646. Windows color (decimal): -11319013 or 1788243. OLE color: 1788243.

HSL color Cylindrical-coordinate representation of color #53491B: hue angle of 49.29º 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 #53491B is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB837327-
CMYK00.120.670.67
HSL49.29º50.91%21.57%-
HSV(B)49.29º67.47%32.55%-
XYZ6.156.682-
YUV70.75103.31136.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=45.36%
G=39.89%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83732700.120.670.6749.2950.9121.57
Hex53491B0C4343313316
Octal12311133014103103616326
Binary1010011100100111011011001000011100001111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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