#554709

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

Shades of Bronze Olive #554709

Tints of Bronze Olive #554709

Color information

#554709 (or 0x554709) is unknown color: approx Bronze Olive. HEX triplet: 55, 47 and 09. RGB value is (85,71,9). Sum of RGB (Red+Green+Blue) = 85+71+9=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #554709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554709 is #AAB8F6. Grayscale: #444444. Windows color (decimal): -11188471 or 608085. OLE color: 608085.

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

Color convert

RGB85719-
CMYK00.160.890.67
HSL48.95º80.85%18.43%-
HSV(B)48.95º89.41%33.33%-
XYZ6.056.461.19-
YUV68.1294.64140.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=51.52%
G=43.03%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8571900.160.890.6748.9580.8518.43
Hex554790105943315112
Octal125107110201311036112122
Binary10101011000111100101000010110011000011110001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554709; }

 p { color: rgb(85,71,9); }

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

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

 a { background-color: rgb(85,71,9); }

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

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

 span { border-color: rgb(85,71,9); }

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