#554507

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

Shades of Bronze Olive #554507

Tints of Bronze Olive #554507

Color information

#554507 (or 0x554507) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 07. RGB value is (85,69,7). Sum of RGB (Red+Green+Blue) = 85+69+7=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #554507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554507 is #AABAF8. Grayscale: #424242. Windows color (decimal): -11188985 or 476501. OLE color: 476501.

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

Color convert

RGB85697-
CMYK00.190.920.67
HSL47.69º84.78%18.04%-
HSV(B)47.69º91.76%33.33%-
XYZ5.916.21.09-
YUV66.7294.3141.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 69 (27.34% from 255) = 42.86%
BLUE value IS 7 (3.12% from 255) = 4.35%
R=52.80%
G=42.86%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8569700.190.920.6747.6984.7818.04
Hex554570135C43305512
Octal12510570231341036012522
Binary1010101100010111101001110111001000011110000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554507; }

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

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

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

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

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

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

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

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