#534D1D

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

Shades of Bronze Olive #534D1D

Tints of Bronze Olive #534D1D

Color information

#534D1D (or 0x534D1D) is unknown color: approx Bronze Olive. HEX triplet: 53, 4D and 1D. RGB value is (83,77,29). Sum of RGB (Red+Green+Blue) = 83+77+29=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D1D is #ACB2E2. Grayscale: #494949. Windows color (decimal): -11317987 or 1920339. OLE color: 1920339.

HSL color Cylindrical-coordinate representation of color #534D1D: hue angle of 53.33º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534D1D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB837729-
CMYK00.070.650.67
HSL53.33º48.21%21.96%-
HSV(B)53.33º65.06%32.55%-
XYZ6.447.242.22-
YUV73.32102.99134.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 77 (30.47% from 255) = 40.74%
BLUE value IS 29 (11.72% from 255) = 15.34%
R=43.92%
G=40.74%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83772900.070.650.6753.3348.2121.96
Hex534D1D074143353016
Octal1231153507101103656026
Binary101001110011011110101111000001100001111010111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,77,29); }

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

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

 a { background-color: rgb(83,77,29); }

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

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

 span { border-color: rgb(83,77,29); }

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