#534608

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

Shades of Bronze Olive #534608

Tints of Bronze Olive #534608

Color information

#534608 (or 0x534608) is unknown color: approx Bronze Olive. HEX triplet: 53, 46 and 08. RGB value is (83,70,8). Sum of RGB (Red+Green+Blue) = 83+70+8=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #534608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534608 is #ACB9F7. Grayscale: #434343. Windows color (decimal): -11319800 or 542291. OLE color: 542291.

HSL color Cylindrical-coordinate representation of color #534608: hue angle of 49.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #534608 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB83708-
CMYK00.160.900.67
HSL49.6º82.42%17.84%-
HSV(B)49.6º90.36%32.55%-
XYZ5.86.241.13-
YUV66.8294.81139.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 8 (3.52% from 255) = 4.97%
R=51.55%
G=43.48%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8370800.160.900.6749.682.4217.84
Hex534680105A43325212
Octal123106100201321036212222
Binary10100111000110100001000010110101000011110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534608; }

 p { color: rgb(83,70,8); }

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

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

 a { background-color: rgb(83,70,8); }

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

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

 span { border-color: rgb(83,70,8); }

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