#534E18

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

Shades of Bronze Olive #534E18

Tints of Bronze Olive #534E18

Color information

#534E18 (or 0x534E18) is unknown color: approx Bronze Olive. HEX triplet: 53, 4E and 18. RGB value is (83,78,24). Sum of RGB (Red+Green+Blue) = 83+78+24=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #534E18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534E18 is #ACB1E7. Grayscale: #494949. Windows color (decimal): -11317736 or 1592915. OLE color: 1592915.

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

Color convert

RGB837824-
CMYK00.060.710.67
HSL54.92º55.14%20.98%-
HSV(B)54.92º71.08%32.55%-
XYZ6.467.351.94-
YUV73.34100.16134.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.86%
GREEN value IS 78 (30.86% from 255) = 42.16%
BLUE value IS 24 (9.77% from 255) = 12.97%
R=44.86%
G=42.16%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83782400.060.710.6754.9255.1420.98
Hex534E18064743373715
Octal1231163006107103676725
Binary101001110011101100001101000111100001111011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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