#55461A

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

Shades of Bronze Olive #55461A

Tints of Bronze Olive #55461A

Color information

#55461A (or 0x55461A) is unknown color: approx Bronze Olive. HEX triplet: 55, 46 and 1A. RGB value is (85,70,26). Sum of RGB (Red+Green+Blue) = 85+70+26=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55461A is #AAB9E5. Grayscale: #454545. Windows color (decimal): -11188710 or 1721941. OLE color: 1721941.

HSL color Cylindrical-coordinate representation of color #55461A: hue angle of 44.75º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55461A is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB857026-
CMYK00.180.690.67
HSL44.75º53.15%21.76%-
HSV(B)44.75º69.41%33.33%-
XYZ6.126.391.89-
YUV69.47103.47139.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=46.96%
G=38.67%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85702600.180.690.6744.7553.1521.76
Hex55461A01245432d3516
Octal12510632022105103556526
Binary10101011000110110100100101000101100001110110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55461A; }

 p { color: rgb(85,70,26); }

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

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

 a { background-color: rgb(85,70,26); }

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

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

 span { border-color: rgb(85,70,26); }

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