#534912

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

Shades of Bronze Olive #534912

Tints of Bronze Olive #534912

Color information

#534912 (or 0x534912) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 12. RGB value is (83,73,18). Sum of RGB (Red+Green+Blue) = 83+73+18=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #534912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534912 is #ACB6ED. Grayscale: #454545. Windows color (decimal): -11319022 or 1198419. OLE color: 1198419.

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

Color convert

RGB837318-
CMYK00.120.780.67
HSL50.77º64.36%19.8%-
HSV(B)50.77º78.31%32.55%-
XYZ6.066.651.54-
YUV69.7298.81137.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=47.70%
G=41.95%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83731800.120.780.6750.7764.3619.8
Hex5349120C4E43334014
Octal123111220141161036310024
Binary10100111001001100100110010011101000011110011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534912; }

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

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

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

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

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

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

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

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