#534A1A

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

Shades of Bronze Olive #534A1A

Tints of Bronze Olive #534A1A

Color information

#534A1A (or 0x534A1A) is unknown color: approx Bronze Olive. HEX triplet: 53, 4A and 1A. RGB value is (83,74,26). Sum of RGB (Red+Green+Blue) = 83+74+26=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #534A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A1A is #ACB5E5. Grayscale: #474747. Windows color (decimal): -11318758 or 1722963. OLE color: 1722963.

HSL color Cylindrical-coordinate representation of color #534A1A: hue angle of 50.53º 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 #534A1A is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB837426-
CMYK00.110.690.67
HSL50.53º52.29%21.37%-
HSV(B)50.53º68.67%32.55%-
XYZ6.26.811.97-
YUV71.22102.48136.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.36%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 26 (10.55% from 255) = 14.21%
R=45.36%
G=40.44%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83742600.110.690.6750.5352.2921.37
Hex534A1A0B4543333415
Octal12311232013105103636425
Binary1010011100101011010010111000101100001111001111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A1A; }

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

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

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

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

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

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

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

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