#65541B

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

Shades of Bronze Olive #65541B

Tints of Bronze Olive #65541B

Color information

#65541B (or 0x65541B) is unknown color: approx Bronze Olive. HEX triplet: 65, 54 and 1B. RGB value is (101,84,27). Sum of RGB (Red+Green+Blue) = 101+84+27=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65541B is #9AABE4. Grayscale: #525252. Windows color (decimal): -10136549 or 1791077. OLE color: 1791077.

HSL color Cylindrical-coordinate representation of color #65541B: hue angle of 46.22º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65541B is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1018427-
CMYK00.170.730.60
HSL46.22º57.81%25.1%-
HSV(B)46.22º73.27%39.61%-
XYZ8.739.192.35-
YUV82.5896.63141.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.64%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=47.64%
G=39.62%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101842700.170.730.6046.2257.8125.1
Hex65541B011493C2e3a19
Octal1451243302111174567231
Binary1100101101010011011010001100100111110010111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65541B; }

 p { color: rgb(101,84,27); }

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

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

 a { background-color: rgb(101,84,27); }

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

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

 span { border-color: rgb(101,84,27); }

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