#554F1E

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

Shades of Bronze Olive #554F1E

Tints of Bronze Olive #554F1E

Color information

#554F1E (or 0x554F1E) is unknown color: approx Bronze Olive. HEX triplet: 55, 4F and 1E. RGB value is (85,79,30). Sum of RGB (Red+Green+Blue) = 85+79+30=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #554F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554F1E is #AAB0E1. Grayscale: #4B4B4B. Windows color (decimal): -11186402 or 1986389. OLE color: 1986389.

HSL color Cylindrical-coordinate representation of color #554F1E: hue angle of 53.45º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554F1E is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB857930-
CMYK00.070.650.67
HSL53.45º47.83%22.55%-
HSV(B)53.45º64.71%33.33%-
XYZ6.787.622.34-
YUV75.21102.49134.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=43.81%
G=40.72%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85793000.070.650.6753.4547.8322.55
Hex554F1E074143353017
Octal1251173607101103656027
Binary101010110011111111001111000001100001111010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,79,30); }

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

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

 a { background-color: rgb(85,79,30); }

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

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

 span { border-color: rgb(85,79,30); }

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