#544608

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

Shades of Bronze Olive #544608

Tints of Bronze Olive #544608

Color information

#544608 (or 0x544608) is unknown color: approx Bronze Olive. HEX triplet: 54, 46 and 08. RGB value is (84,70,8). Sum of RGB (Red+Green+Blue) = 84+70+8=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #544608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #544608 is #ABB9F7. Grayscale: #434343. Windows color (decimal): -11254264 or 542292. OLE color: 542292.

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

Color convert

RGB84708-
CMYK00.170.900.67
HSL48.95º82.61%18.04%-
HSV(B)48.95º90.48%32.94%-
XYZ5.896.281.13-
YUV67.1294.64140.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=51.85%
G=43.21%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8470800.170.900.6748.9582.6118.04
Hex544680115A43315312
Octal124106100211321036112322
Binary10101001000110100001000110110101000011110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544608; }

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

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

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

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

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

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

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

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