#554501

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

Shades of Bronze Olive #554501

Tints of Bronze Olive #554501

Color information

#554501 (or 0x554501) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 01. RGB value is (85,69,1). Sum of RGB (Red+Green+Blue) = 85+69+1=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #554501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554501 is #AABAFE. Grayscale: #424242. Windows color (decimal): -11188991 or 83285. OLE color: 83285.

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

Color convert

RGB85691-
CMYK00.190.990.67
HSL48.57º97.67%16.86%-
HSV(B)48.57º98.82%33.33%-
XYZ5.886.190.91-
YUV66.0391.3141.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.84%
GREEN value IS 69 (27.34% from 255) = 44.52%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=54.84%
G=44.52%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8569100.190.990.6748.5797.6716.86
Hex554510136343316211
Octal12510510231431036114221
Binary10101011000101101001111000111000011110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554501; }

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

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

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

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

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

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

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

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