#554508

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

Shades of Bronze Olive #554508

Tints of Bronze Olive #554508

Color information

#554508 (or 0x554508) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 08. RGB value is (85,69,8). Sum of RGB (Red+Green+Blue) = 85+69+8=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #554508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554508 is #AABAF7. Grayscale: #434343. Windows color (decimal): -11188984 or 542037. OLE color: 542037.

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

Color convert

RGB85698-
CMYK00.190.910.67
HSL47.53º82.8%18.24%-
HSV(B)47.53º90.59%33.33%-
XYZ5.926.211.12-
YUV66.8394.8140.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 8 (3.52% from 255) = 4.94%
R=52.47%
G=42.59%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8569800.190.910.6747.5382.818.24
Hex554580135B43305312
Octal125105100231331036012322
Binary10101011000101100001001110110111000011110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554508; }

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

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

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

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

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

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

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

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