#554E26

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

Shades of Bronze Olive #554E26

Tints of Bronze Olive #554E26

Color information

#554E26 (or 0x554E26) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 26. RGB value is (85,78,38). Sum of RGB (Red+Green+Blue) = 85+78+38=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #554E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E26 is #AAB1D9. Grayscale: #4B4B4B. Windows color (decimal): -11186650 or 2510421. OLE color: 2510421.

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

Color convert

RGB857838-
CMYK00.080.550.67
HSL51.06º38.21%24.12%-
HSV(B)51.06º55.29%33.33%-
XYZ6.827.522.93-
YUV75.53106.82134.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=42.29%
G=38.81%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85783800.080.550.6751.0638.2124.12
Hex554E26083743332618
Octal1251164601067103634630
Binary1010101100111010011001000110111100001111001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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