#534906

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

Shades of Bronze Olive #534906

Tints of Bronze Olive #534906

Color information

#534906 (or 0x534906) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 06. RGB value is (83,73,6). Sum of RGB (Red+Green+Blue) = 83+73+6=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #534906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534906 is #ACB6F9. Grayscale: #444444. Windows color (decimal): -11319034 or 411987. OLE color: 411987.

HSL color Cylindrical-coordinate representation of color #534906: hue angle of 52.21º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #534906 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83736-
CMYK00.120.930.67
HSL52.21º86.52%17.45%-
HSV(B)52.21º92.77%32.55%-
XYZ5.986.621.13-
YUV68.3592.81138.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 6 (2.73% from 255) = 3.70%
R=51.23%
G=45.06%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8373600.120.930.6752.2186.5217.45
Hex534960C5D43345711
Octal12311160141351036412721
Binary101001110010011100110010111011000011110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534906; }

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

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

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

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

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

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

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

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