#554115

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

Shades of Bronze Olive #554115

Tints of Bronze Olive #554115

Color information

#554115 (or 0x554115) is unknown color: approx Bronze Olive. HEX triplet: 55, 41 and 15. RGB value is (85,65,21). Sum of RGB (Red+Green+Blue) = 85+65+21=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #554115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554115 is #AABEEA. Grayscale: #424242. Windows color (decimal): -11189995 or 1392981. OLE color: 1392981.

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

Color convert

RGB856521-
CMYK00.240.750.67
HSL41.25º60.38%20.78%-
HSV(B)41.25º75.29%33.33%-
XYZ5.775.771.52-
YUV65.96102.63141.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=49.71%
G=38.01%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85652100.240.750.6741.2560.3820.78
Hex5541150184B43293c15
Octal12510125030113103517425
Binary10101011000001101010110001001011100001110100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554115; }

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

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

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

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

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

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

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

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