#534725

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

Shades of Bronze Olive #534725

Tints of Bronze Olive #534725

Color information

#534725 (or 0x534725) is unknown color: approx Bronze Olive. HEX triplet: 53, 47 and 25. RGB value is (83,71,37). Sum of RGB (Red+Green+Blue) = 83+71+37=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #534725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534725 is #ACB8DA. Grayscale: #464646. Windows color (decimal): -11319515 or 2443091. OLE color: 2443091.

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

Color convert

RGB837137-
CMYK00.140.550.67
HSL44.35º38.33%23.53%-
HSV(B)44.35º55.42%32.55%-
XYZ6.156.482.68-
YUV70.71108.98136.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.46%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=43.46%
G=37.17%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83713700.140.550.6744.3538.3323.53
Hex5347250E37432c2618
Octal1231074501667103544630
Binary1010011100011110010101110110111100001110110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534725; }

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

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

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

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

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

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

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

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