#554726

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

Shades of Bronze Olive #554726

Tints of Bronze Olive #554726

Color information

#554726 (or 0x554726) is unknown color: approx Bronze Olive. HEX triplet: 55, 47 and 26. RGB value is (85,71,38). Sum of RGB (Red+Green+Blue) = 85+71+38=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554726 is #AAB8D9. Grayscale: #474747. Windows color (decimal): -11188442 or 2508629. OLE color: 2508629.

HSL color Cylindrical-coordinate representation of color #554726: hue angle of 42.13º 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 #554726 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB857138-
CMYK00.160.550.67
HSL42.13º38.21%24.12%-
HSV(B)42.13º55.29%33.33%-
XYZ6.356.582.77-
YUV71.42109.14137.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=43.81%
G=36.60%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85713800.160.550.6742.1338.2124.12
Hex55472601037432a2618
Octal1251074602067103524630
Binary10101011000111100110010000110111100001110101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554726; }

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

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

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

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

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

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

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

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