#554400

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

Shades of Bronze Olive #554400

Tints of Bronze Olive #554400

Color information

#554400 (or 0x554400) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 00. RGB value is (85,68,0). Sum of RGB (Red+Green+Blue) = 85+68+0=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #554400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554400 is #AABBFF. Grayscale: #414141. Windows color (decimal): -11189248 or 17493. OLE color: 17493.

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

Color convert

RGB85680-
CMYK00.2010.67
HSL48º100%16.67%-
HSV(B)48º100%33.33%-
XYZ5.816.070.86-
YUV65.3391.13142.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 68 (26.95% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8568000.2010.674810016.67
Hex554400146443306411
Octal12510400241441036014421
Binary10101011000100001010011001001000011110000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554400; }

 p { color: rgb(85,68,0); }

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

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

 a { background-color: rgb(85,68,0); }

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

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

 span { border-color: rgb(85,68,0); }

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