#554604

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

Shades of Bronze Olive #554604

Tints of Bronze Olive #554604

Color information

#554604 (or 0x554604) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 04. RGB value is (85,70,4). Sum of RGB (Red+Green+Blue) = 85+70+4=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #554604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554604 is #AAB9FB. Grayscale: #434343. Windows color (decimal): -11188732 or 280149. OLE color: 280149.

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

Color convert

RGB85704-
CMYK00.180.950.67
HSL48.89º91.01%17.45%-
HSV(B)48.89º95.29%33.33%-
XYZ5.966.321.02-
YUV66.9692.47140.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=53.46%
G=44.03%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8570400.180.950.6748.8991.0117.45
Hex554640125F43315b11
Octal12510640221371036113321
Binary1010101100011010001001010111111000011110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554604; }

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

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

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

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

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

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

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

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