#534518

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

Shades of Bronze Olive #534518

Tints of Bronze Olive #534518

Color information

#534518 (or 0x534518) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 18. RGB value is (83,69,24). Sum of RGB (Red+Green+Blue) = 83+69+24=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #534518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534518 is #ACBAE7. Grayscale: #444444. Windows color (decimal): -11320040 or 1590611. OLE color: 1590611.

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

Color convert

RGB836924-
CMYK00.170.710.67
HSL45.76º55.14%20.98%-
HSV(B)45.76º71.08%32.55%-
XYZ5.866.161.74-
YUV68.06103.14138.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=47.16%
G=39.20%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83692400.170.710.6745.7655.1420.98
Hex53451801147432e3715
Octal12310530021107103566725
Binary10100111000101110000100011000111100001110111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534518; }

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

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

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

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

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

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

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

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