#534E1C

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

Shades of Bronze Olive #534E1C

Tints of Bronze Olive #534E1C

Color information

#534E1C (or 0x534E1C) is unknown color: approx Bronze Olive. HEX triplet: 53, 4E and 1C. RGB value is (83,78,28). Sum of RGB (Red+Green+Blue) = 83+78+28=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 28 (11.33% from 255 or 14.81% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #534E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E1C is #ACB1E3. Grayscale: #494949. Windows color (decimal): -11317732 or 1855059. OLE color: 1855059.

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

Color convert

RGB837828-
CMYK00.060.660.67
HSL54.55º49.55%21.76%-
HSV(B)54.55º66.27%32.55%-
XYZ6.57.372.18-
YUV73.79102.16134.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 78 (30.86% from 255) = 41.27%
BLUE value IS 28 (11.33% from 255) = 14.81%
R=43.92%
G=41.27%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83782800.060.660.6754.5549.5521.76
Hex534E1C064243373216
Octal1231163406102103676226
Binary101001110011101110001101000010100001111011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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