#554F1A

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

Shades of Bronze Olive #554F1A

Tints of Bronze Olive #554F1A

Color information

#554F1A (or 0x554F1A) is unknown color: approx Bronze Olive. HEX triplet: 55, 4F and 1A. RGB value is (85,79,26). Sum of RGB (Red+Green+Blue) = 85+79+26=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #554F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F1A is #AAB0E5. Grayscale: #4A4A4A. Windows color (decimal): -11186406 or 1724245. OLE color: 1724245.

HSL color Cylindrical-coordinate representation of color #554F1A: hue angle of 53.9º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #554F1A is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB857926-
CMYK00.070.690.67
HSL53.9º53.15%21.76%-
HSV(B)53.9º69.41%33.33%-
XYZ6.737.62.09-
YUV74.75100.49135.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=44.74%
G=41.58%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85792600.070.690.6753.953.1521.76
Hex554F1A074543363516
Octal1251173207105103666526
Binary101010110011111101001111000101100001111011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554F1A; }

 p { color: rgb(85,79,26); }

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

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

 a { background-color: rgb(85,79,26); }

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

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

 span { border-color: rgb(85,79,26); }

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