#534A1B

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

Shades of Bronze Olive #534A1B

Tints of Bronze Olive #534A1B

Color information

#534A1B (or 0x534A1B) is unknown color: approx Bronze Olive. HEX triplet: 53, 4A and 1B. RGB value is (83,74,27). Sum of RGB (Red+Green+Blue) = 83+74+27=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #534A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A1B is #ACB5E4. Grayscale: #474747. Windows color (decimal): -11318757 or 1788499. OLE color: 1788499.

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

Color convert

RGB837427-
CMYK00.110.670.67
HSL50.36º50.91%21.57%-
HSV(B)50.36º67.47%32.55%-
XYZ6.216.822.02-
YUV71.33102.98136.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.11%
GREEN value IS 74 (29.30% from 255) = 40.22%
BLUE value IS 27 (10.94% from 255) = 14.67%
R=45.11%
G=40.22%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83742700.110.670.6750.3650.9121.57
Hex534A1B0B4343323316
Octal12311233013103103626326
Binary1010011100101011011010111000011100001111001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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