#534A25

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

Shades of Bronze Olive #534A25

Tints of Bronze Olive #534A25

Color information

#534A25 (or 0x534A25) is unknown color: approx Bronze Olive. HEX triplet: 53, 4A and 25. RGB value is (83,74,37). Sum of RGB (Red+Green+Blue) = 83+74+37=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #534A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A25 is #ACB5DA. Grayscale: #484848. Windows color (decimal): -11318747 or 2443859. OLE color: 2443859.

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

Color convert

RGB837437-
CMYK00.110.550.67
HSL48.26º38.33%23.53%-
HSV(B)48.26º55.42%32.55%-
XYZ6.356.872.74-
YUV72.47107.98135.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.78%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=42.78%
G=38.14%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83743700.110.550.6748.2638.3323.53
Hex534A250B3743302618
Octal1231124501367103604630
Binary1010011100101010010101011110111100001111000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A25; }

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

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

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

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

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

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

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

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