#534F1B

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

Shades of Bronze Olive #534F1B

Tints of Bronze Olive #534F1B

Color information

#534F1B (or 0x534F1B) is unknown color: approx Bronze Olive. HEX triplet: 53, 4F and 1B. RGB value is (83,79,27). Sum of RGB (Red+Green+Blue) = 83+79+27=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F1B is #ACB0E4. Grayscale: #4A4A4A. Windows color (decimal): -11317477 or 1789779. OLE color: 1789779.

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

Color convert

RGB837927-
CMYK00.050.670.67
HSL55.71º50.91%21.57%-
HSV(B)55.71º67.47%32.55%-
XYZ6.567.512.14-
YUV74.27101.33134.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 79 (31.25% from 255) = 41.80%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=43.92%
G=41.80%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83792700.050.670.6755.7150.9121.57
Hex534F1B054343383316
Octal1231173305103103706326
Binary101001110011111101101011000011100001111100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,79,27); }

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

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

 a { background-color: rgb(83,79,27); }

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

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

 span { border-color: rgb(83,79,27); }

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