#554A1A

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

Shades of Bronze Olive #554A1A

Tints of Bronze Olive #554A1A

Color information

#554A1A (or 0x554A1A) is unknown color: approx Bronze Olive. HEX triplet: 55, 4A and 1A. RGB value is (85,74,26). Sum of RGB (Red+Green+Blue) = 85+74+26=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 85 - color contains mainly: red. Hex color #554A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A1A is #AAB5E5. Grayscale: #484848. Windows color (decimal): -11187686 or 1722965. OLE color: 1722965.

HSL color Cylindrical-coordinate representation of color #554A1A: hue angle of 48.81º 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 #554A1A is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB857426-
CMYK00.130.690.67
HSL48.81º53.15%21.76%-
HSV(B)48.81º69.41%33.33%-
XYZ6.386.91.97-
YUV71.82102.14137.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 26 (10.55% from 255) = 14.05%
R=45.95%
G=40%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85742600.130.690.6748.8153.1521.76
Hex554A1A0D4543313516
Octal12511232015105103616526
Binary1010101100101011010011011000101100001111000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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