#554415

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

Shades of Bronze Olive #554415

Tints of Bronze Olive #554415

Color information

#554415 (or 0x554415) is unknown color: approx Bronze Olive. HEX triplet: 55, 44 and 15. RGB value is (85,68,21). Sum of RGB (Red+Green+Blue) = 85+68+21=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #554415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554415 is #AABBEA. Grayscale: #434343. Windows color (decimal): -11189227 or 1393749. OLE color: 1393749.

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

Color convert

RGB856821-
CMYK00.200.750.67
HSL44.06º60.38%20.78%-
HSV(B)44.06º75.29%33.33%-
XYZ5.956.121.58-
YUV67.72101.63140.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=48.85%
G=39.08%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85682100.200.750.6744.0660.3820.78
Hex5544150144B432c3c15
Octal12510425024113103547425
Binary10101011000100101010101001001011100001110110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554415; }

 p { color: rgb(85,68,21); }

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

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

 a { background-color: rgb(85,68,21); }

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

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

 span { border-color: rgb(85,68,21); }

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