#65541A

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

Shades of Bronze Olive #65541A

Tints of Bronze Olive #65541A

Color information

#65541A (or 0x65541A) is unknown color: approx Bronze Olive. HEX triplet: 65, 54 and 1A. RGB value is (101,84,26). Sum of RGB (Red+Green+Blue) = 101+84+26=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65541A is #9AABE5. Grayscale: #525252. Windows color (decimal): -10136550 or 1725541. OLE color: 1725541.

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

Color convert

RGB1018426-
CMYK00.170.740.60
HSL46.4º59.06%24.9%-
HSV(B)46.4º74.26%39.61%-
XYZ8.729.182.29-
YUV82.4796.13141.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.87%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=47.87%
G=39.81%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101842600.170.740.6046.459.0624.9
Hex65541A0114A3C2e3b19
Octal1451243202111274567331
Binary1100101101010011010010001100101011110010111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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