#554515

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

Shades of Bronze Olive #554515

Tints of Bronze Olive #554515

Color information

#554515 (or 0x554515) is unknown color: approx Bronze Olive. HEX triplet: 55, 45 and 15. RGB value is (85,69,21). Sum of RGB (Red+Green+Blue) = 85+69+21=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #554515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554515 is #AABAEA. Grayscale: #444444. Windows color (decimal): -11188971 or 1394005. OLE color: 1394005.

HSL color Cylindrical-coordinate representation of color #554515: hue angle of 45º 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 #554515 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB856921-
CMYK00.190.750.67
HSL45º60.38%20.78%-
HSV(B)45º75.29%33.33%-
XYZ6.016.241.6-
YUV68.31101.3139.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 21 (8.59% from 255) = 12%
R=48.57%
G=39.43%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85692100.190.750.674560.3820.78
Hex5545150134B432d3c15
Octal12510525023113103557425
Binary10101011000101101010100111001011100001110110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554515; }

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

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

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

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

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

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

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

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