#554608

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

Shades of Bronze Olive #554608

Tints of Bronze Olive #554608

Color information

#554608 (or 0x554608) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 08. RGB value is (85,70,8). Sum of RGB (Red+Green+Blue) = 85+70+8=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #554608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554608 is #AAB9F7. Grayscale: #434343. Windows color (decimal): -11188728 or 542293. OLE color: 542293.

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

Color convert

RGB85708-
CMYK00.180.910.67
HSL48.31º82.8%18.24%-
HSV(B)48.31º90.59%33.33%-
XYZ5.986.331.14-
YUV67.4294.47140.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 8 (3.52% from 255) = 4.91%
R=52.15%
G=42.94%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8570800.180.910.6748.3182.818.24
Hex554680125B43305312
Octal125106100221331036012322
Binary10101011000110100001001010110111000011110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554608; }

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

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

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

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

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

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

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

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