#554C1A

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

Shades of Bronze Olive #554C1A

Tints of Bronze Olive #554C1A

Color information

#554C1A (or 0x554C1A) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 1A. RGB value is (85,76,26). Sum of RGB (Red+Green+Blue) = 85+76+26=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #554C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C1A is #AAB3E5. Grayscale: #494949. Windows color (decimal): -11187174 or 1723477. OLE color: 1723477.

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

Color convert

RGB857626-
CMYK00.110.690.67
HSL50.85º53.15%21.76%-
HSV(B)50.85º69.41%33.33%-
XYZ6.527.172.02-
YUV72.99101.48136.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=45.45%
G=40.64%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85762600.110.690.6750.8553.1521.76
Hex554C1A0B4543333516
Octal12511432013105103636526
Binary1010101100110011010010111000101100001111001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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