#534E19

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

Shades of Bronze Olive #534E19

Tints of Bronze Olive #534E19

Color information

#534E19 (or 0x534E19) is unknown color: approx Bronze Olive. HEX triplet: 53, 4E and 19. RGB value is (83,78,25). Sum of RGB (Red+Green+Blue) = 83+78+25=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E19 is #ACB1E6. Grayscale: #494949. Windows color (decimal): -11317735 or 1658451. OLE color: 1658451.

HSL color Cylindrical-coordinate representation of color #534E19: hue angle of 54.83º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #534E19 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB837825-
CMYK00.060.700.67
HSL54.83º53.7%21.18%-
HSV(B)54.83º69.88%32.55%-
XYZ6.477.362-
YUV73.45100.66134.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 25 (10.16% from 255) = 13.44%
R=44.62%
G=41.94%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83782500.060.700.6754.8353.721.18
Hex534E19064643373615
Octal1231163106106103676625
Binary101001110011101100101101000110100001111011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,78,25); }

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

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

 a { background-color: rgb(83,78,25); }

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

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

 span { border-color: rgb(83,78,25); }

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