#554C1B

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

Shades of Bronze Olive #554C1B

Tints of Bronze Olive #554C1B

Color information

#554C1B (or 0x554C1B) is unknown color: approx Bronze Olive. HEX triplet: 55, 4C and 1B. RGB value is (85,76,27). Sum of RGB (Red+Green+Blue) = 85+76+27=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #554C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C1B is #AAB3E4. Grayscale: #494949. Windows color (decimal): -11187173 or 1789013. OLE color: 1789013.

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

Color convert

RGB857627-
CMYK00.110.680.67
HSL50.69º51.79%21.96%-
HSV(B)50.69º68.24%33.33%-
XYZ6.537.182.08-
YUV73.1101.98136.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 76 (30.08% from 255) = 40.43%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=45.21%
G=40.43%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85762700.110.680.6750.6951.7921.96
Hex554C1B0B4443333416
Octal12511433013104103636426
Binary1010101100110011011010111000100100001111001111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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