#534E1A

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

Shades of Bronze Olive #534E1A

Tints of Bronze Olive #534E1A

Color information

#534E1A (or 0x534E1A) is unknown color: approx Bronze Olive. HEX triplet: 53, 4E and 1A. RGB value is (83,78,26). Sum of RGB (Red+Green+Blue) = 83+78+26=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #534E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E1A is #ACB1E5. Grayscale: #494949. Windows color (decimal): -11317734 or 1723987. OLE color: 1723987.

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

Color convert

RGB837826-
CMYK00.060.690.67
HSL54.74º52.29%21.37%-
HSV(B)54.74º68.67%32.55%-
XYZ6.487.362.06-
YUV73.57101.16134.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 78 (30.86% from 255) = 41.71%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=44.39%
G=41.71%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83782600.060.690.6754.7452.2921.37
Hex534E1A064543373415
Octal1231163206105103676425
Binary101001110011101101001101000101100001111011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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