#53491A

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

Shades of Bronze Olive #53491A

Tints of Bronze Olive #53491A

Color information

#53491A (or 0x53491A) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 1A. RGB value is (83,73,26). Sum of RGB (Red+Green+Blue) = 83+73+26=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53491A is #ACB6E5. Grayscale: #464646. Windows color (decimal): -11319014 or 1722707. OLE color: 1722707.

HSL color Cylindrical-coordinate representation of color #53491A: hue angle of 49.47º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53491A is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB837326-
CMYK00.120.690.67
HSL49.47º52.29%21.37%-
HSV(B)49.47º68.67%32.55%-
XYZ6.146.681.94-
YUV70.63102.81136.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=45.60%
G=40.11%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83732600.120.690.6749.4752.2921.37
Hex53491A0C4543313415
Octal12311132014105103616425
Binary1010011100100111010011001000101100001111000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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