#554B10

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

Shades of Bronze Olive #554B10

Tints of Bronze Olive #554B10

Color information

#554B10 (or 0x554B10) is unknown color: approx Bronze Olive. HEX triplet: 55, 4B and 10. RGB value is (85,75,16). Sum of RGB (Red+Green+Blue) = 85+75+16=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #554B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554B10 is #AAB4EF. Grayscale: #474747. Windows color (decimal): -11187440 or 1067861. OLE color: 1067861.

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

Color convert

RGB857516-
CMYK00.120.810.67
HSL51.3º68.32%19.8%-
HSV(B)51.3º81.18%33.33%-
XYZ6.3671.51-
YUV71.2696.81137.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 75 (29.69% from 255) = 42.61%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=48.30%
G=42.61%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85751600.120.810.6751.368.3219.8
Hex554B100C5143334414
Octal125113200141211036310424
Binary10101011001011100000110010100011000011110011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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