#554827

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

Shades of Bronze Olive #554827

Tints of Bronze Olive #554827

Color information

#554827 (or 0x554827) is unknown color: approx Bronze Olive. HEX triplet: 55, 48 and 27. RGB value is (85,72,39). Sum of RGB (Red+Green+Blue) = 85+72+39=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 85 - color contains mainly: red. Hex color #554827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554827 is #AAB7D8. Grayscale: #484848. Windows color (decimal): -11188185 or 2574421. OLE color: 2574421.

HSL color Cylindrical-coordinate representation of color #554827: hue angle of 43.04º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554827 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB857239-
CMYK00.150.540.67
HSL43.04º37.1%24.31%-
HSV(B)43.04º54.12%33.33%-
XYZ6.436.712.88-
YUV72.12109.31137.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.37%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 39 (15.62% from 255) = 19.90%
R=43.37%
G=36.73%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85723900.150.540.6743.0437.124.31
Hex5548270F36432b2518
Octal1251104701766103534530
Binary1010101100100010011101111110110100001110101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554827; }

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

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

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

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

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

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

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

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