#554E08

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

Shades of Bronze Olive #554E08

Tints of Bronze Olive #554E08

Color information

#554E08 (or 0x554E08) is unknown color: approx Bronze Olive. HEX triplet: 55, 4E and 08. RGB value is (85,78,8). Sum of RGB (Red+Green+Blue) = 85+78+8=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #554E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E08 is #AAB1F7. Grayscale: #484848. Windows color (decimal): -11186680 or 544341. OLE color: 544341.

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

Color convert

RGB85788-
CMYK00.080.910.67
HSL54.55º82.8%18.24%-
HSV(B)54.55º90.59%33.33%-
XYZ6.517.41.31-
YUV72.1191.82137.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 78 (30.86% from 255) = 45.61%
BLUE value IS 8 (3.52% from 255) = 4.68%
R=49.71%
G=45.61%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8578800.080.910.6754.5582.818.24
Hex554E8085B43375312
Octal125116100101331036712322
Binary1010101100111010000100010110111000011110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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