#554A0A

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

Shades of Bronze Olive #554A0A

Tints of Bronze Olive #554A0A

Color information

#554A0A (or 0x554A0A) is unknown color: approx Bronze Olive. HEX triplet: 55, 4A and 0A. RGB value is (85,74,10). Sum of RGB (Red+Green+Blue) = 85+74+10=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #554A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554A0A is #AAB5F5. Grayscale: #464646. Windows color (decimal): -11187702 or 674389. OLE color: 674389.

HSL color Cylindrical-coordinate representation of color #554A0A: hue angle of 51.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #554A0A is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB857410-
CMYK00.130.880.67
HSL51.2º78.95%18.63%-
HSV(B)51.2º88.24%33.33%-
XYZ6.256.851.28-
YUV69.9994.14138.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.30%
GREEN value IS 74 (29.30% from 255) = 43.79%
BLUE value IS 10 (4.30% from 255) = 5.92%
R=50.30%
G=43.79%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85741000.130.880.6751.278.9518.63
Hex554AA0D5843334f13
Octal125112120151301036311723
Binary1010101100101010100110110110001000011110011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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