#534625

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

Shades of Bronze Olive #534625

Tints of Bronze Olive #534625

Color information

#534625 (or 0x534625) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 25. RGB value is (83,70,37). Sum of RGB (Red+Green+Blue) = 83+70+37=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #534625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534625 is #ACB9DA. Grayscale: #464646. Windows color (decimal): -11319771 or 2442835. OLE color: 2442835.

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

Color convert

RGB837037-
CMYK00.160.550.67
HSL43.04º38.33%23.53%-
HSV(B)43.04º55.42%32.55%-
XYZ6.096.352.66-
YUV70.12109.31137.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=43.68%
G=36.84%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83703700.160.550.6743.0438.3323.53
Hex53462501037432b2618
Octal1231064502067103534630
Binary10100111000110100101010000110111100001110101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534625; }

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

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

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

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

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

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

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

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