#534925

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

Shades of Bronze Olive #534925

Tints of Bronze Olive #534925

Color information

#534925 (or 0x534925) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 25. RGB value is (83,73,37). Sum of RGB (Red+Green+Blue) = 83+73+37=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 83 - color contains mainly: red. Hex color #534925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534925 is #ACB6DA. Grayscale: #484848. Windows color (decimal): -11319003 or 2443603. OLE color: 2443603.

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

Color convert

RGB837337-
CMYK00.120.550.67
HSL46.96º38.33%23.53%-
HSV(B)46.96º55.42%32.55%-
XYZ6.286.742.72-
YUV71.89108.31135.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=43.01%
G=37.82%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83733700.120.550.6746.9638.3323.53
Hex5349250C37432f2618
Octal1231114501467103574630
Binary1010011100100110010101100110111100001110111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534925; }

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

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

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

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

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

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

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

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