#554E25

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

Shades of Bronze Olive #554E25

Tints of Bronze Olive #554E25

Color information

#554E25 (or 0x554E25) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 25. RGB value is (85,78,37). Sum of RGB (Red+Green+Blue) = 85+78+37=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #554E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E25 is #AAB1DA. Grayscale: #4B4B4B. Windows color (decimal): -11186651 or 2444885. OLE color: 2444885.

HSL color Cylindrical-coordinate representation of color #554E25: hue angle of 51.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #554E25 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB857837-
CMYK00.080.560.67
HSL51.25º39.34%23.92%-
HSV(B)51.25º56.47%33.33%-
XYZ6.87.512.84-
YUV75.42106.32134.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.5%
GREEN value IS 78 (30.86% from 255) = 39%
BLUE value IS 37 (14.84% from 255) = 18.5%
R=42.5%
G=39%
B=18.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85783700.080.560.6751.2539.3423.92
Hex554E25083843332718
Octal1251164501070103634730
Binary1010101100111010010101000111000100001111001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,78,37); }

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

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

 a { background-color: rgb(85,78,37); }

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

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

 span { border-color: rgb(85,78,37); }

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