#554307

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

Shades of Bronze Olive #554307

Tints of Bronze Olive #554307

Color information

#554307 (or 0x554307) is unknown color: approx Bronze Olive. HEX triplet: 55, 43 and 07. RGB value is (85,67,7). Sum of RGB (Red+Green+Blue) = 85+67+7=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #554307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554307 is #AABCF8. Grayscale: #414141. Windows color (decimal): -11189497 or 475989. OLE color: 475989.

HSL color Cylindrical-coordinate representation of color #554307: hue angle of 46.15º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #554307 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB85677-
CMYK00.210.920.67
HSL46.15º84.78%18.04%-
HSV(B)46.15º91.76%33.33%-
XYZ5.795.961.05-
YUV65.5494.96141.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 67 (26.56% from 255) = 42.14%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=53.46%
G=42.14%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8567700.210.920.6746.1584.7818.04
Hex554370155C432e5512
Octal12510370251341035612522
Binary1010101100001111101010110111001000011101110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554307; }

 p { color: rgb(85,67,7); }

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

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

 a { background-color: rgb(85,67,7); }

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

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

 span { border-color: rgb(85,67,7); }

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