#554304

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

Shades of Bronze Olive #554304

Tints of Bronze Olive #554304

Color information

#554304 (or 0x554304) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 04. RGB value is (85,67,4). Sum of RGB (Red+Green+Blue) = 85+67+4=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 4 (1.95% from 255 or 2.56% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #554304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554304 is #AABCFB. Grayscale: #414141. Windows color (decimal): -11189500 or 279381. OLE color: 279381.

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

Color convert

RGB85674-
CMYK00.210.950.67
HSL46.67º91.01%17.45%-
HSV(B)46.67º95.29%33.33%-
XYZ5.785.950.96-
YUV65.293.46142.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.49%
GREEN value IS 67 (26.56% from 255) = 42.95%
BLUE value IS 4 (1.95% from 255) = 2.56%
R=54.49%
G=42.95%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8567400.210.950.6746.6791.0117.45
Hex554340155F432f5b11
Octal12510340251371035713321
Binary1010101100001110001010110111111000011101111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554304; }

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

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

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

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

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

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

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

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