#554B18

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

Shades of Bronze Olive #554B18

Tints of Bronze Olive #554B18

Color information

#554B18 (or 0x554B18) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 18. RGB value is (85,75,24). Sum of RGB (Red+Green+Blue) = 85+75+24=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #554B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554B18 is #AAB4E7. Grayscale: #484848. Windows color (decimal): -11187432 or 1592149. OLE color: 1592149.

HSL color Cylindrical-coordinate representation of color #554B18: hue angle of 50.16º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #554B18 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB857524-
CMYK00.120.720.67
HSL50.16º55.96%21.37%-
HSV(B)50.16º71.76%33.33%-
XYZ6.437.031.88-
YUV72.18100.81137.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 75 (29.69% from 255) = 40.76%
BLUE value IS 24 (9.77% from 255) = 13.04%
R=46.20%
G=40.76%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85752400.120.720.6750.1655.9621.37
Hex554B180C4843323815
Octal12511330014110103627025
Binary1010101100101111000011001001000100001111001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,75,24); }

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

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

 a { background-color: rgb(85,75,24); }

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

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

 span { border-color: rgb(85,75,24); }

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