#534F18

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

Shades of Bronze Olive #534F18

Tints of Bronze Olive #534F18

Color information

#534F18 (or 0x534F18) is unknown color: approx Bronze Olive. HEX triplet: 53, 4F and 18. RGB value is (83,79,24). Sum of RGB (Red+Green+Blue) = 83+79+24=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #534F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534F18 is #ACB0E7. Grayscale: #4A4A4A. Windows color (decimal): -11317480 or 1593171. OLE color: 1593171.

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

Color convert

RGB837924-
CMYK00.050.710.67
HSL55.93º55.14%20.98%-
HSV(B)55.93º71.08%32.55%-
XYZ6.537.51.97-
YUV73.9399.83134.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.62%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=44.62%
G=42.47%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83792400.050.710.6755.9355.1420.98
Hex534F18054743383715
Octal1231173005107103706725
Binary101001110011111100001011000111100001111100011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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