#534E1B

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

Shades of Bronze Olive #534E1B

Tints of Bronze Olive #534E1B

Color information

#534E1B (or 0x534E1B) is unknown color: approx Bronze Olive. HEX triplet: 53, 4E and 1B. RGB value is (83,78,27). Sum of RGB (Red+Green+Blue) = 83+78+27=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #534E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E1B is #ACB1E4. Grayscale: #494949. Windows color (decimal): -11317733 or 1789523. OLE color: 1789523.

HSL color Cylindrical-coordinate representation of color #534E1B: hue angle of 54.64º 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 #534E1B is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB837827-
CMYK00.060.670.67
HSL54.64º50.91%21.57%-
HSV(B)54.64º67.47%32.55%-
XYZ6.497.372.12-
YUV73.68101.66134.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.15%
GREEN value IS 78 (30.86% from 255) = 41.49%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=44.15%
G=41.49%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83782700.060.670.6754.6450.9121.57
Hex534E1B064343373316
Octal1231163306103103676326
Binary101001110011101101101101000011100001111011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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