#554825

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

Shades of Bronze Olive #554825

Tints of Bronze Olive #554825

Color information

#554825 (or 0x554825) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 25. RGB value is (85,72,37). Sum of RGB (Red+Green+Blue) = 85+72+37=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554825 is #AAB7DA. Grayscale: #484848. Windows color (decimal): -11188187 or 2443349. OLE color: 2443349.

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

Color convert

RGB857237-
CMYK00.150.560.67
HSL43.75º39.34%23.92%-
HSV(B)43.75º56.47%33.33%-
XYZ6.46.72.71-
YUV71.9108.31137.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=43.81%
G=37.11%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85723700.150.560.6743.7539.3423.92
Hex5548250F38432c2718
Octal1251104501770103544730
Binary1010101100100010010101111111000100001110110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554825; }

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

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

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

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

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

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

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

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